mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
Update lib/client/editor.js
This commit is contained in:
parent
5732a11cb6
commit
ed1ac4b95e
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue