mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(config) //input.js -> /input.js
This commit is contained in:
parent
bfe2879893
commit
5926c4392f
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ var CloudCmd, Util, DOM, io;
|
|||
exec.with(Files.get, 'config-tmpl'),
|
||||
exec.with(DOM.load.parallel, [
|
||||
prefix + '/css/config.css',
|
||||
prefix + CloudCmd.LIBDIRCLIENT + '/input.js'
|
||||
prefix + CloudCmd.LIBDIRCLIENT + 'input.js'
|
||||
])
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue