diff --git a/lib/client/editor.js b/lib/client/editor.js index 3ee3fb2b..9fd121a9 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -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');