Update client.js

This commit is contained in:
coderaiser 2012-08-08 16:39:53 +03:00
parent e7c92c52f2
commit b02f286bd6

View file

@ -654,7 +654,7 @@ CloudClient._setCurrent=(function(){
this.ondblclick(this);
/* enter pressed on file */
else{
var lA = this.getElementsByTagNames('a');
var lA = this.getElementsByTagName('a');
if(typeof lA.ondblclick === 'function')
lA.ondblclick(this);
}