more dynamic popups, compatibility fixes
[wolnelektury.git] / wolnelektury / static / js / search.js
index 5951b8b..e96929e 100644 (file)
@@ -42,7 +42,7 @@ var __bind = function (self, fn) {
        });
 
     $(function() {
-        $("#search").search().labelify({labelledClass: "blur"});
+        $("#search").search();
 
        $(".search-result .see-more-snippets").click(function() {
            $(this).closest('.search-result').find('.snippets').removeClass('ui-helper-hidden');