mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 17:35:34 +00:00
minor changes
This commit is contained in:
parent
1f39365113
commit
492854fb5b
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue