mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
Update client.js
This commit is contained in:
parent
b02f286bd6
commit
8fba06f304
1 changed files with 1 additions and 1 deletions
|
|
@ -654,7 +654,7 @@ CloudClient._setCurrent=(function(){
|
|||
this.ondblclick(this);
|
||||
/* enter pressed on file */
|
||||
else{
|
||||
var lA = this.getElementsByTagName('a');
|
||||
var lA = this.getElementsByTagName('a')[0];
|
||||
if(typeof lA.ondblclick === 'function')
|
||||
lA.ondblclick(this);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue