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
c7b165c899
commit
a52160fa7b
1 changed files with 4 additions and 2 deletions
|
|
@ -73,8 +73,10 @@ CloudCommander.Viewer.Keys = (function(){
|
|||
lCurrent.length &&
|
||||
(lCurrent = lCurrent[0]);
|
||||
|
||||
lCurrent.getElementsByClassName('fancybox') &&
|
||||
lCurrent.click();
|
||||
var lA = lCurrent.getElementsByClassName('fancybox');
|
||||
|
||||
lA.length &&
|
||||
lA[0].click();
|
||||
|
||||
event.preventDefault();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue