Quick Edit: on the Taxonomies screens, prevent a page reload when pressing Enter on a focused field.

Merges [36260 to the 4.4 branch.
Props afercia.
Fixes #35401.


git-svn-id: https://develop.svn.wordpress.org/branches/4.4@36355 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2016-01-20 04:40:38 +00:00
parent bbaa6b6f71
commit 5f3823b83a

View File

@ -137,6 +137,8 @@ inlineEditTax = {
}
}
);
// Prevent submitting the form when pressing Enter on a focused field.
return false;
},
revert : function() {