From c56c3d385bd48d8abcfa9897f44e0479df0d7b8a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 30 Jul 2012 11:06:37 -0400 Subject: [PATCH] minor changes --- lib/client/editor.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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){