fix(config) css: add prefix

This commit is contained in:
coderaiser 2014-09-26 02:35:15 -04:00
parent f02488633a
commit 1e48e6f2b7

View file

@ -35,10 +35,11 @@ var CloudCmd, Util, DOM;
}
this.show = function() {
var exec = Util.exec,
var prefix = CloudCmd.PREFIX,
exec = Util.exec,
funcs = [
exec.with(DOM.Files.get, 'config-tmpl'),
exec.with(DOM.load.css, '/css/config.css')
exec.with(DOM.load.css, prefix + '/css/config.css')
];
if (!Loading) {