summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/media/js/editor.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/askbot/media/js/editor.js b/askbot/media/js/editor.js
index c6f1c873..25fdaa7e 100644
--- a/askbot/media/js/editor.js
+++ b/askbot/media/js/editor.js
@@ -69,7 +69,6 @@ function ajaxFileUpload(options) {
$('#' + uploadInputId).unbind('change').change(startUploadHandler);
},
error: function (data, status, e) {
- alert(e);
if (startUploadHandler){
/* re-install this as the upload extension
* will remove the handler to prevent double uploading */