minor changes

This commit is contained in:
coderaiser 2012-07-31 03:36:37 -04:00
parent cde67dc0ce
commit e9364e7f1e

View file

@ -257,7 +257,7 @@ CloudClient._setCurrent=(function(){
this.className!=='fm_header'){
if (this.className === CloudClient.CURRENT_FILE){
var lA = this.getEgetElementsByTagName('a');
var lA = this.getElementsByTagName('a');
if (lA.length){
lA[0].contentEditable = true;
CloudCommander.keyBinding = false;