Merge branch 'pretty' of github.com:fnp/wolnelektury into pretty
[wolnelektury.git] / wolnelektury / static / js / base.js
index d8d31b3..7c02f03 100755 (executable)
@@ -114,6 +114,8 @@ $('.open-player').click(function(event) {
             return false;
         });
 
+       $(function(){
+           $("#search").search();});
 
     });
 })(jQuery)