From f2b6a2d420e41bf87d4c0774aabdfea02b2bba6f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 31 Mar 2006 06:34:26 +0100 Subject: remove calls to error.php --- tt-rss.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 9b77aa53a..81c1c40fe 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -699,13 +699,6 @@ function debug(msg) { } function fatalError(code, message) { -/* if (!params) { - window.location = "error.php?c=" + param_escape(code); - } else { - window.location = "error.php?c=" + param_escape(code) + - "&p=" + param_escape(params); - } */ - try { var fe = document.getElementById("fatal_error"); var fc = document.getElementById("fatal_error_msg"); -- cgit v1.2.3