mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 00:50:59 +00:00
minor changes
This commit is contained in:
parent
0a05848b99
commit
fa7addbebd
2 changed files with 2 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ CloudCommander.keyBinding = (function(){
|
|||
/* добавляем обработчик клавишь */
|
||||
if(document.addEventListener)
|
||||
document.addEventListener('keydown', key_event,false);
|
||||
else document.onkeypress = key_event;
|
||||
else document.onkeydown = key_event;
|
||||
/* клавиши назначены*/
|
||||
CloudCommander.keyBinded=true;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue