Roo/form/FCKeditor.js
authorAlan Knowles <alan@roojs.com>
Wed, 20 Apr 2016 09:51:51 +0000 (17:51 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Apr 2016 09:51:51 +0000 (17:51 +0800)
Roo/form/FCKeditor.js

index 05d7876..9b2a4ec 100644 (file)
@@ -228,8 +228,9 @@ Roo.extend(Roo.form.FCKeditor, Roo.form.TextArea,
     
     replaceTextarea : function()
     {
-        if ( document.getElementById( this.getId() + '___Frame' ) )
+        if ( document.getElementById( this.getId() + '___Frame' ) ) {
             return ;
+        }
         //if ( !this.checkBrowser || this._isCompatibleBrowser() )
         //{
             // We must check the elements firstly using the Id and then the name.