Remove Quick Edit when clicking search or filter buttons
git-svn-id: https://develop.svn.wordpress.org/trunk@9334 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ecaf4dbec8
commit
7e19549769
@ -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
Block a user