mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-04 13:43:23 +00:00
refactored
This commit is contained in:
parent
856d9bb293
commit
5fff2c486d
2 changed files with 2 additions and 35 deletions
|
|
@ -261,7 +261,7 @@ var CloudCommander, Util, DOM;
|
|||
|
||||
/* если нажали Enter - открываем папку*/
|
||||
else if(lKeyCode === KEY.ENTER)
|
||||
Util.exec(lCurrentFile.onclick, true);
|
||||
Util.exec(lCurrentFile.ondblclick, true);
|
||||
|
||||
/* если нажали <ctr>+r
|
||||
* обновляем страницу,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue