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:
scribu
2010-10-27 20:19:52 +00:00
parent b2f927ed76
commit 6289ec0a52
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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();