mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
feature(edit) edit.json: add prefix
This commit is contained in:
parent
679b8bd070
commit
dd5b1bd645
1 changed files with 3 additions and 1 deletions
|
|
@ -357,7 +357,9 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip, MenuI
|
|||
}
|
||||
|
||||
function getEditConfig(callback) {
|
||||
var CONFIG_PATH = '/json/edit.json',
|
||||
var prefix = CloudCmd.PREFIX,
|
||||
|
||||
CONFIG_PATH = prefix + '/json/edit.json',
|
||||
func = Util.exec.ret(callback);
|
||||
|
||||
Util.exec.if(EditConfig, function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue