Code layout change.
[wolnelektury.git] / src / sponsors / static / sponsors / js / sponsors.js
diff --git a/src/sponsors/static/sponsors/js/sponsors.js b/src/sponsors/static/sponsors/js/sponsors.js
new file mode 100755 (executable)
index 0000000..fbfbaeb
--- /dev/null
@@ -0,0 +1,8 @@
+(function($) {
+    $(function() {
+
+        $('.sponsor-logos').cycle({timeout: 3000});
+
+    });
+})(jQuery);
+