Update lib/client/editor.js

This commit is contained in:
coderaiser 2012-08-03 17:51:33 +03:00
parent 7ded835787
commit 2137e7940e

View file

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