minor changes

This commit is contained in:
coderaiser 2012-07-31 03:53:25 -04:00
parent ed1c7a13a1
commit 8b0bb3546e

View file

@ -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;