Changeset 1551:3fd7a893ddf9 for admin/js/_categories.js
- Timestamp:
- 08/23/13 20:09:40 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_categories.js
r1547 r1551 20 20 $('#mov_cat').parent().hide(); 21 21 $('input[name="categories[]"]').click(function() { 22 $('#mov_cat').parent().show(); 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 } 23 27 }); 24 28
Note: See TracChangeset
for help on using the changeset viewer.