Merge branch 'pretty' of github.com:fnp/wolnelektury into pretty
[wolnelektury.git] / wolnelektury / static / js / search.js
index 47b6665..dc85dde 100644 (file)
@@ -41,8 +41,9 @@ var __bind = function (self, fn) {
 
        });
 
-    $(function() {
-        $("#search").search().labelify({labelledClass: "blur"});
+       $(".search-result .see-more-snippets").click(function() {
+           $(this).closest('.search-result').find('.snippets').removeClass('ui-helper-hidden');
+           });
     });