mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-22 07:34:16 +00:00
fix(config) css: add prefix
This commit is contained in:
parent
f02488633a
commit
1e48e6f2b7
1 changed files with 3 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue