Update client.js

This commit is contained in:
coderaiser 2012-08-08 16:40:53 +03:00
parent b02f286bd6
commit 8fba06f304

View file

@ -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);
}