diff --git a/lib/client/editor.js b/lib/client/editor.js index 2079aeb4..7cae26e6 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -143,7 +143,7 @@ CloudCommander.Editor.CodeMirror.show = (function(){ lErrorImage.title = jqXHR.responseText; if(lCurrent) - lCurrent.appendChild(lErrorImage); + lCurrent.firstChild.appendChild(lErrorImage); lLoadingImage.className = 'hidden';