mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 10:38:26 +00:00
feature(config) fillTemplate: rm hideLoad
This commit is contained in:
parent
afb2638cb6
commit
e7424ac8ee
1 changed files with 2 additions and 6 deletions
|
|
@ -69,11 +69,7 @@ var CloudCmd, Util, DOM;
|
|||
function fillTemplate() {
|
||||
CloudCmd.getConfig(function(config) {
|
||||
var i, n, div, data, inputs, input, inputFirst,
|
||||
focus, obj,
|
||||
onShow = function() {
|
||||
Images.hideLoad();
|
||||
Util.exec(focus);
|
||||
};
|
||||
focus, obj;
|
||||
|
||||
CONFIG = config;
|
||||
obj = Util.copyObj(CONFIG);
|
||||
|
|
@ -98,7 +94,7 @@ var CloudCmd, Util, DOM;
|
|||
Events.addKey(key, input);
|
||||
}
|
||||
|
||||
CloudCmd.View.show(div, onShow, {
|
||||
CloudCmd.View.show(div, focus, {
|
||||
autoSize: true
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue