feature(config) fillTemplate: rm hideLoad

This commit is contained in:
coderaiser 2014-03-26 11:04:03 -04:00
parent afb2638cb6
commit e7424ac8ee

View file

@ -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
});
});