examples/bootstrap/Editor.js
authorAlan <alan@roojs.com>
Fri, 13 Jan 2023 04:14:47 +0000 (12:14 +0800)
committerAlan <alan@roojs.com>
Fri, 13 Jan 2023 04:14:47 +0000 (12:14 +0800)
examples/bootstrap/Editor.js

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