Ticket #12242: sync-popular-cat-jquery_2.9.patch
| File sync-popular-cat-jquery_2.9.patch, 627 bytes (added by kevinB, 2 years ago) |
|---|
-
post.dev.js
300 300 301 301 $('#categorychecklist').children('li.popular-category').add( $('#categorychecklist-pop').children() ).find(':checkbox').live( 'click', function(){ 302 302 var t = $(this), c = t.is(':checked'), id = t.val(); 303 $('#in-category-' + id + ', #in-popular-category-' + id).attr( 'checked', c ); 303 if ( id && t.parents('#categorydiv').length ) 304 $('#in-category-' + id + ', #in-popular-category-' + id).attr( 'checked', c ); 304 305 }); 305 306 306 307 } // end cats
