Update lib/client/editor.js

This commit is contained in:
coderaiser 2012-08-03 17:53:10 +03:00
parent 2137e7940e
commit 84a2639010

View file

@ -143,7 +143,7 @@ CloudCommander.Editor.CodeMirror.show = (function(){
lErrorImage.title = jqXHR.responseText;
if(lCurrent)
lCurrent.firstChild.appendChild(lErrorImage);
lCurrent.firstChild.nextSibling.appendChild(lErrorImage);
lLoadingImage.className = 'hidden';