mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
minor changes
This commit is contained in:
parent
cde67dc0ce
commit
e9364e7f1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue