summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-14 08:35:03 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-14 08:35:03 +0000
commitc0c705d8096ba84944fed0cbfa83c8e11c7eb7aa (patch)
tree3fd2a221dc71fd21277625fd52efaec76e54e627
parent5104ceda2d1e526ba2fe5737e1ee2a01b51d3cbe (diff)
- remove not used function
git-svn-id: https://svn.roundcube.net/trunk@1789 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/js/app.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index d42b8ede8..31be5f765 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/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 *********/