diff --git a/lib/client/editor.js b/lib/client/editor.js index 3ba93df1..5bcd0013 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -12,7 +12,6 @@ CloudCommander.Editor.CodeMirror = { if (!document.getElementById('CloudEditor')) { var lEditor=document.createElement('div'); lEditor.id ='CloudEditor'; - lEditor.className = 'hidden'; var lFM = document.getElementById('fm'); if(lFM){ @@ -134,7 +133,4 @@ CloudCommander.Editor.Keys = (function(){ else document.onkeypress=key_event; - - /* клавиши назначены*/ - CloudCommander.keyBinded=true; }); \ No newline at end of file