summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--program/js/app.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/program/js/app.js b/program/js/app.js
index d42b8ede8..31be5f765 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3750,11 +3750,6 @@ function rcube_webmail()
console.log(httpRequest.get_text());
}
- this.handle_conv_error = function(httpRequest)
- {
- alert('html2text request returned with error ' + httpRequest.xmlhttp.status);
- }
-
/********************************************************/
/********* remote request methods *********/