Roo/form/HtmlEditor/ToolbarStandard.js
authorAlan Knowles <alan@roojs.com>
Tue, 20 Aug 2013 04:18:41 +0000 (12:18 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 20 Aug 2013 04:18:41 +0000 (12:18 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

index 8ac2283..ff745d4 100644 (file)
@@ -161,7 +161,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
             e.preventDefault(); // what does this do?
         });
 
-        if(!this.disable.font && !Roo.isSafari){
+        if(!this.disable.font) { // && !Roo.isSafari){
             /* why no safari for fonts */
             editor.fontSelect = tb.el.createChild({
                 tag:'select',