From 7ded835787f73501dd75a9ec11aa0f92d888dbc7 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 3 Aug 2012 17:48:55 +0300 Subject: [PATCH] Update lib/client/editor.js --- lib/client/editor.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 */