From 1b67600dbd6c391c064d2e817e80f2208ab05f91 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 30 Jul 2012 04:54:57 -0400 Subject: [PATCH] minor changes --- client.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client.js b/client.js index 5a238fe7..d4355e76 100644 --- a/client.js +++ b/client.js @@ -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 {