minor changes

This commit is contained in:
coderaiser 2012-07-31 03:59:39 -04:00
parent 761e91af26
commit c38cd5182e

View file

@ -258,7 +258,8 @@ CloudClient._setCurrent=(function(){
if (this.className === CloudClient.CURRENT_FILE){
var lA = this.getElementsByTagName('a');
if (lA.length && lA.textContent !== '..'){
if (lA.length && lA.textContent !== '..' &&
event.keyCode !== 13/*enter*/){
lA[0].contentEditable = true;
CloudCommander.keyBinded = false;