Remove cruft.
git-svn-id: https://develop.svn.wordpress.org/trunk@3348 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e857851b47
commit
e1459bd149
|
@ -163,7 +163,7 @@ if ( tinyMCE.isMSIE )
|
||||||
if (e.keyCode == 9 && !e.shiftKey && !e.controlKey && !e.altKey) {
|
if (e.keyCode == 9 && !e.shiftKey && !e.controlKey && !e.altKey) {
|
||||||
var i = tinyMCE.selectedInstance;
|
var i = tinyMCE.selectedInstance;
|
||||||
if(typeof i == 'undefined')
|
if(typeof i == 'undefined')
|
||||||
return true;http://boren.nu/
|
return true;
|
||||||
tinyMCE.execCommand("mceStartTyping");
|
tinyMCE.execCommand("mceStartTyping");
|
||||||
this.blur();
|
this.blur();
|
||||||
i.contentWindow.focus();
|
i.contentWindow.focus();
|
||||||
|
|
Loading…
Reference in New Issue