From 49789f92d189479ba9577c0bec1e304f2ac82bb0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 30 Jul 2012 05:19:21 -0400 Subject: [PATCH] minor changes --- lib/client/editor.js | 4 ---- 1 file changed, 4 deletions(-) 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