diff --git a/lib/client/editor.js b/lib/client/editor.js index c3b01604..2079aeb4 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -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 */