From ed1ac4b95e8ec53e34b0533c4f0968f39f349c7a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 3 Aug 2012 17:33:24 +0300 Subject: [PATCH] Update lib/client/editor.js --- lib/client/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/editor.js b/lib/client/editor.js index 900c1784..54c9de15 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -152,7 +152,7 @@ CloudCommander.Editor.CodeMirror.show = (function(){ lErrorImage.className = 'icon error'; lErrorImage.title = jqXHR.responseText; - lCurrent.firstChild.nextSibling.appendChild(lErrorImage); + lCurrent.firstChild.appendChild(lErrorImage); lLoadingImage.className = 'hidden';