diff --git a/lib/client/editor.js b/lib/client/editor.js index 71c2367d..a95d4ad9 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -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){