From 108d3b0836d9fd576a21f2518296aa2d9e6d5837 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sun, 14 Sep 2008 04:35:03 -0400 Subject: [PATCH] - remove not used function --- program/js/app.js | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index d42b8ed..31be5f7 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3750,11 +3750,6 @@ console.log(httpRequest.get_text()); } - this.handle_conv_error = function(httpRequest) - { - alert('html2text request returned with error ' + httpRequest.xmlhttp.status); - } - /********************************************************/ /********* remote request methods *********/ -- Gitblit v1.9.1