Added button to fold unfolded category list on main page.
[wolnelektury.git] / wolnelektury / media / js / catalogue.js
index 87aee5d..f86788b 100644 (file)
             return false;
         });
         
+        $('.hide-all-tags').click(function() {
+           $(this).parent().parent().fadeOut(function() {
+               $(this).prev().fadeIn();
+           });
+           return false; 
+        });
+        
         $('#registration-form').ajaxForm({
             dataType: 'json',
             beforeSubmit: function() {