mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
refactor(dom) Images hide: loading -> get
This commit is contained in:
parent
6b4c65fb19
commit
1c0f2f6ad5
1 changed files with 2 additions and 1 deletions
|
|
@ -104,7 +104,8 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
* hide load image
|
||||
*/
|
||||
this.hide = function() {
|
||||
DOM.hide(Images.loading());
|
||||
var element = Images.get();
|
||||
DOM.hide(element);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue