Remove Quick Edit when clicking search or filter buttons
git-svn-id: http://svn.automattic.com/wordpress/trunk@9334 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e18ff57e78
commit
002d07c3af
|
@ -66,7 +66,7 @@ inlineEditPost = {
|
|||
}
|
||||
});
|
||||
|
||||
$('#post-query-submit').click(function(e){
|
||||
$('#posts-filter input[type="submit"]').click(function(e){
|
||||
if ( $('form#posts-filter tr.inline-editor').length > 0 )
|
||||
t.revert();
|
||||
});
|
||||
|
|
|
@ -22,7 +22,7 @@ inlineEditTax = {
|
|||
t.rows.dblclick(function() { inlineEditTax.toggle(this); });
|
||||
t.addEvents(t.rows);
|
||||
|
||||
$('#doaction, #doaction2, #post-query-submit').click(function(e){
|
||||
$('#posts-filter input[type="submit"]').click(function(e){
|
||||
if ( $('form#posts-filter tr.inline-editor').length > 0 )
|
||||
t.revert();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue