From 8b0bb3546e5f944bf2efcfb7b683a6ff7e460b00 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 31 Jul 2012 03:53:25 -0400 Subject: [PATCH] minor changes --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index 9b106aa7..62576597 100644 --- a/client.js +++ b/client.js @@ -258,7 +258,7 @@ CloudClient._setCurrent=(function(){ if (this.className === CloudClient.CURRENT_FILE){ var lA = this.getElementsByTagName('a'); - if (lA.length){ + if (lA.length && lA.textContent !== '..'){ lA[0].contentEditable = true; CloudCommander.keyBinded = false;