mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(edit) show: rm this
This commit is contained in:
parent
fa8356aec1
commit
bf63b3dc2b
1 changed files with 1 additions and 3 deletions
|
|
@ -76,7 +76,7 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, Format;
|
|||
|
||||
this.show = function(callback) {
|
||||
if (Loading)
|
||||
return this;
|
||||
return;
|
||||
|
||||
Images.show.load();
|
||||
|
||||
|
|
@ -104,8 +104,6 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, Format;
|
|||
|
||||
CloudCmd.View.show(Element, ConfigView);
|
||||
});
|
||||
|
||||
return this;
|
||||
};
|
||||
|
||||
this.hide = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue