Remove cruft.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3348 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
71d5605298
commit
33ad867646
|
@ -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