minor changes

This commit is contained in:
coderaiser 2012-07-31 03:53:25 -04:00
parent 25e74161e3
commit 761e91af26

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;