mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
minor changes
This commit is contained in:
parent
7fe3317813
commit
c56c3d385b
1 changed files with 3 additions and 1 deletions
|
|
@ -100,7 +100,9 @@ CloudCommander.Editor.CodeMirror = {
|
|||
url:lA,
|
||||
|
||||
error: function(jqXHR, textStatus, errorThrown){
|
||||
console.log(textStatus+' : '+errorThrown);
|
||||
console.log(textStatus+' : '+ errorThrown);
|
||||
|
||||
return false;
|
||||
},
|
||||
|
||||
success:function(data, textStatus, jqXHR){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue