mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Fix variable name and re-minify list-table.js. See #15211
git-svn-id: https://develop.svn.wordpress.org/trunk@16023 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -207,7 +207,7 @@ listTable.init();
|
||||
|
||||
// searchbox
|
||||
function change_search(ev) {
|
||||
if ( 'keypress' == ev.type && 13 != e.keyCode )
|
||||
if ( 'keypress' == ev.type && 13 != ev.keyCode )
|
||||
return;
|
||||
|
||||
ev.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user