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';