mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(operation) load image do not hide when operation done loading
This commit is contained in:
parent
bd7259cfe4
commit
8ac7231e74
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
},
|
||||
function() {
|
||||
Loaded = true;
|
||||
Images.hide();
|
||||
Operation.show(operation, data);
|
||||
}
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue