examples/bootstrap/Editor.js
authorEdward <edward@roojs.com>
Mon, 16 Feb 2015 02:08:06 +0000 (10:08 +0800)
committerEdward <edward@roojs.com>
Mon, 16 Feb 2015 02:08:06 +0000 (10:08 +0800)
examples/bootstrap/Editor.js

index 10b46dd..7314c78 100644 (file)
@@ -57,8 +57,8 @@ Roo.example.Editor = new Roo.XComponent({
                                             stylesheets : (function(){
                                                 var css = [];
                                                 
-//                                                css.push(rootURL + '/roojs1/css-bootstrap/bootstrap.css');
-//                                                css.push(rootURL + '/roojs1/css-bootstrap/font-awesome.css');
+                                                css.push(rootURL + '/roojs1/css-bootstrap/bootstrap.css');
+                                                css.push(rootURL + '/roojs1/css-bootstrap/font-awesome.css');
                                                 css.push(rootURL + '/Campaign/editor/editor.css');
                                                 
                                                 return css;