Fix hiding of "Add new tag" tip in IE6/7, props yoavf, fixes #11107

git-svn-id: http://svn.automattic.com/wordpress/trunk@12159 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-11-09 21:54:52 +00:00
parent 42d1c20cf6
commit a762c0103f
3 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ tagBox = {
if ( !a )
newtag.val('');
if ( 'undefined' == f )
if ( 'undefined' == typeof(f) )
newtag.focus();
return false;

File diff suppressed because one or more lines are too long