minor changes

This commit is contained in:
coderaiser 2012-07-30 05:19:21 -04:00
parent 1f39365113
commit 492854fb5b

View file

@ -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;
});