From b58637d3179556330318d3f8c54db3f4572d105e Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sat, 22 Sep 2012 22:59:47 -0400 Subject: minor change --- askbot/media/js/editor.js | 1 - 1 file changed, 1 deletion(-) 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 */ -- cgit v1.2.3-1-g7c22