mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(menu) if menu could not load keys do not working
This commit is contained in:
parent
f85a054ee0
commit
c92f612574
2 changed files with 2 additions and 2 deletions
|
|
@ -96,8 +96,6 @@ var Util, DOM, CloudCmd;
|
|||
ret = true,
|
||||
Key = CloudCmd.Key;
|
||||
|
||||
Key && Key.unsetBind();
|
||||
|
||||
/* getting html element
|
||||
* currentTarget - DOM event
|
||||
* target - jquery event
|
||||
|
|
|
|||
|
|
@ -37,6 +37,8 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
}
|
||||
|
||||
this.show = function() {
|
||||
Key.unsetBind();
|
||||
|
||||
if (!Loading) {
|
||||
set();
|
||||
DOM.Images.hideLoad();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue