Changeset 1563:f219d9220033 for admin/js/_categories.js
- Timestamp:
- 08/24/13 14:31:03 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_categories.js
r1551 r1563 18 18 }); 19 19 20 $('#mov_cat').parent().hide();21 $('input[name="categories[]"]').click(function() {22 if ($('input[name="categories[]"].notempty:checked').length>0) {23 $('#mov_cat').parent().show().parent().removeClass('two-cols').addClass('three-cols');24 } else {25 $('#mov_cat').parent().hide().parent().removeClass('three-cols').addClass('two-cols');26 }27 });28 29 20 dotclear.categoriesActionsHelper(); 30 21
Note: See TracChangeset
for help on using the changeset viewer.