Changeset 9334
- Timestamp:
- 10/24/2008 08:50:20 PM (16 years ago)
- Location:
- trunk/wp-admin/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/js/inline-edit-post.js
r9298 r9334 67 67 }); 68 68 69 $('#post -query-submit').click(function(e){69 $('#posts-filter input[type="submit"]').click(function(e){ 70 70 if ( $('form#posts-filter tr.inline-editor').length > 0 ) 71 71 t.revert(); -
trunk/wp-admin/js/inline-edit-tax.js
r9298 r9334 23 23 t.addEvents(t.rows); 24 24 25 $('# doaction, #doaction2, #post-query-submit').click(function(e){25 $('#posts-filter input[type="submit"]').click(function(e){ 26 26 if ( $('form#posts-filter tr.inline-editor').length > 0 ) 27 27 t.revert();
Note: See TracChangeset
for help on using the changeset viewer.