Changeset 59454
- Timestamp:
- 11/22/2024 08:08:55 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/post.js
r59414 r59454 661 661 var t = $(this), c = t.is(':checked'), id = t.val(); 662 662 if ( id && t.parents('#taxonomy-'+taxonomy).length ) { 663 $('input [id^="in-' + taxonomy + '-' + id + '"]').prop('checked', c);663 $('input#in-' + taxonomy + '-' + id + ', input[id^="in-' + taxonomy + '-' + id + '-"]').prop('checked', c); 664 664 $('input#in-popular-' + taxonomy + '-' + id).prop('checked', c); 665 665 }
Note: See TracChangeset
for help on using the changeset viewer.