From b73ab988a399810dd1b639480c8aee28d1c7e907 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 13 Aug 2012 07:40:13 -0400 Subject: [PATCH] minor changes --- client.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/client.js b/client.js index 3aa67130..699bb22c 100644 --- a/client.js +++ b/client.js @@ -931,14 +931,9 @@ CloudClient._changeLinks = function(pPanelID) if(a[i].target !== '_blank'){ lLi.ondblclick = CloudClient._loadDir(link); - /* lLi.addEventListener('touchend', CloudClient._loadDir(link), - false); - */ - lLi.ontouchend = CloudClient._loadDir(link); - - + false); } lLi.id = (a[i].title ? a[i].title : a[i].textContent) +