mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
Update lib/client/editor.js
This commit is contained in:
parent
4954ea7ff4
commit
7ded835787
1 changed files with 4 additions and 1 deletions
|
|
@ -128,8 +128,11 @@ CloudCommander.Editor.CodeMirror.show = (function(){
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
var lLoadingImage = CloudCommander._images.loading();
|
||||
var lErrorImage = CloudCommander._images.error();
|
||||
|
||||
this.showLoad();
|
||||
this.showLoad();
|
||||
this.loading = true;
|
||||
var lParent = this;
|
||||
/* reading data from current file */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue