New version fixes.
[wolnelektury.git] / src / wolnelektury / static / js / 2022.js
diff --git a/src/wolnelektury/static/js/2022.js b/src/wolnelektury/static/js/2022.js
new file mode 100644 (file)
index 0000000..1b111e6
--- /dev/null
@@ -0,0 +1,7 @@
+(function($) {
+    $(function() {
+
+        $("#search").search();
+
+    });
+})(jQuery);