mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
Update lib/client/editor.js
This commit is contained in:
parent
ed1ac4b95e
commit
844b803546
1 changed files with 2 additions and 1 deletions
|
|
@ -152,7 +152,8 @@ CloudCommander.Editor.CodeMirror.show = (function(){
|
|||
lErrorImage.className = 'icon error';
|
||||
lErrorImage.title = jqXHR.responseText;
|
||||
|
||||
lCurrent.firstChild.appendChild(lErrorImage);
|
||||
if(lCurrent)
|
||||
lCurrent.appendChild(lErrorImage);
|
||||
|
||||
lLoadingImage.className = 'hidden';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue