mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
feature(listeners) initKeysPanel: rm i === 12
This commit is contained in:
parent
f6b020b206
commit
66a4efb439
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ var Util, DOM, CloudCmd;
|
|||
lKeysPanel[id] = lButton;
|
||||
|
||||
if (lButton)
|
||||
if (i === 1 || i === 3 || i === 4 || i === 9 || i === 10 || i === 12)
|
||||
if (i === 1 || i === 3 || i === 4 || i === 9 || i === 10)
|
||||
Events.addOnce('click', lFuncs[i], lButton);
|
||||
else
|
||||
Events.addClick(lFuncs[i], lButton);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue