mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
minor changes
This commit is contained in:
parent
c884bd1abd
commit
7c27ac63b3
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ CloudCommander.Editor.CodeMirror = {
|
|||
var lCloudEditor = this.getById('CloudEditor');
|
||||
var lCURRENTFILE = CloudCommander.CURRENCURRENT_FILE;
|
||||
|
||||
var lCurrent = this.getByClassName(lCURRENTFILE);
|
||||
var lCurrent = this.getByClass(lCURRENTFILE);
|
||||
var lA;
|
||||
if(lCurrent.length)
|
||||
lA = lCurrent[0].getElementsByTagName('a');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue