mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
minor changes
This commit is contained in:
parent
0a05848b99
commit
fa7addbebd
2 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@
|
|||
<link rel=stylesheet href=/css/style.css>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
|
||||
<script src="//code.jquery.com/jquery-1.8.0.min.js" id=jquery-1_8_0_min_js ></script>
|
||||
<![endif]-->
|
||||
|
||||
|
|
|
|||
|
|
@ -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