Changeset 23536
- Timestamp:
- 02/28/2013 08:50:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/js/post.js
r23517 r23536 350 350 }); 351 351 352 $('#' + taxonomy + 'checklist li.popular-category, #' + taxonomy + 'checklist-pop').on( 'click', 'input[type="checkbox"]', function() {352 $('#' + taxonomy + 'checklist, #' + taxonomy + 'checklist-pop').on( 'click', 'input[type="checkbox"]', function() { 353 353 var t = $(this), c = t.is(':checked'), id = t.val(); 354 354 if ( id && t.parents('#taxonomy-'+taxonomy).length )
Note: See TracChangeset
for help on using the changeset viewer.