Update lib/client/editor.js

This commit is contained in:
coderaiser 2012-08-03 17:33:24 +03:00
parent 5732a11cb6
commit ed1ac4b95e

View file

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