summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-09-14 08:35:03 +0000
committeralecpl <alec@alec.pl>2008-09-14 08:35:03 +0000
commit108d3b0836d9fd576a21f2518296aa2d9e6d5837 (patch)
treeb5c053f7a112b204f10051abaeffb57e1160d48d
parent3bd94b142eb00024eeb52c0e3f4a9f61bed4f3f9 (diff)
- remove not used function
-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 *********/