minor changes

This commit is contained in:
coderaiser 2012-07-31 04:47:30 -04:00
parent aa18b3867b
commit 38c391683b

View file

@ -246,8 +246,7 @@ CloudClient._loadDir=(function(pLink,pNeedRefresh){
*/
CloudClient._editFileName = (function(pParent){
var lA = pParent.getElementsByTagName('a');
if (lA.length && lA.textContent !== '..' &&
event.keyCode !== 13/*enter*/){
if (lA.length && lA.textContent !== '..'){
lA[0].contentEditable = true;
CloudCommander.keyBinded = false;