look changes
[wolnelektury.git] / wolnelektury / static / js / search.js
index c41a672..47b6665 100644 (file)
@@ -42,8 +42,8 @@ var __bind = function (self, fn) {
        });
 
     $(function() {
-       $("#search-area input[name=q]").search();
-       
+        $("#search").search().labelify({labelledClass: "blur"});
     });
 
+
 })(jQuery);