mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(config) init
This commit is contained in:
parent
31f94f91f1
commit
3243bbb123
1 changed files with 2 additions and 1 deletions
|
|
@ -18,8 +18,9 @@ var CloudCmd, Util, DOM;
|
|||
function init(pCallBack) {
|
||||
Util.loadOnLoad([
|
||||
Config.show,
|
||||
function() {
|
||||
function(callback) {
|
||||
Loading = false;
|
||||
Util.exec(callback);
|
||||
},
|
||||
CloudCmd.View,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue