From 91ca2a180c69d31acbc668d6b900558660079c9c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Nov 2018 16:27:22 +0800 Subject: [PATCH 1/1] examples/bootstrap/Editor.js --- examples/bootstrap/Editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bootstrap/Editor.js b/examples/bootstrap/Editor.js index 0cc35ab2a7..aa0144b371 100644 --- a/examples/bootstrap/Editor.js +++ b/examples/bootstrap/Editor.js @@ -51,8 +51,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('../css-bootstrap/bootstrap.css'); + css.push('../css-bootstrap/font-awesome.css'); //css.push(rootURL + '/Campaign/editor/editor.css'); return css; -- 2.39.2