Customized pdf basically works.
[wolnelektury.git] / wolnelektury / static / js / catalogue.js
index ee8a045..e49f6b6 100644 (file)
@@ -583,7 +583,10 @@ function serverTime() {
                 }
             }); 
         }*/       
-
+       $("#custom-pdf-link").toggle(
+           function(ev) { $(".custom-pdf").show(); return false; },
+           function(ev) { $(".custom-pdf").hide(); return false; }
+       );
     });
 })(jQuery)