minor changes

This commit is contained in:
coderaiser 2012-07-30 04:54:57 -04:00
parent 39a8ece335
commit 4a7299e3cb

View file

@ -461,8 +461,7 @@ CloudClient._changeLinks = function(pPanelID)
}catch(error){console.log(error);}
/* if we in path changing onclick events*/
if (lLi.className === 'path'){
a[i].onclick = CloudClient._setCurrent();
if (lLi.className === 'path') {
a[i].ondblclick = CloudClient._loadDir(link);
}
else {