mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
49789f92d1
commit
d64f9d0f44
1 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ CloudCommander.Editor.CodeMirror = {
|
|||
var lLeft = this.getById('left');
|
||||
var lCloudEditor = this.getById('CloudEditor');
|
||||
|
||||
lLeft &&
|
||||
lLeft &&
|
||||
(lLeft.className = 'panel hidden');
|
||||
|
||||
lCloudEditor &&
|
||||
|
|
@ -114,7 +114,7 @@ CloudCommander.Editor.Keys = (function(){
|
|||
"use strict";
|
||||
|
||||
/* loading js and css of CodeMirror */
|
||||
CloudCommander.Editor.CodeMirror.load();
|
||||
CloudCommander.Editor.CodeMirror.show();
|
||||
|
||||
var key_event=function(event){
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue