merge search into pretty branch
[wolnelektury.git] / wolnelektury / static / js / catalogue.js
index 02f5b6c..4857806 100644 (file)
@@ -594,7 +594,10 @@ function serverTime() {
                 }
             }); 
         }*/       
-
+       $("#custom-pdf-link").toggle(
+           function(ev) { $(".custom-pdf").show(); return false; },
+           function(ev) { $(".custom-pdf").hide(); return false; }
+       );
     });
 })(jQuery)