From a5c6b563470f647e2f4c7a819055a3a50d139457 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){