summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-31 06:34:26 +0100
committerAndrew Dolgov <[email protected]>2006-03-31 06:34:26 +0100
commitf2b6a2d420e41bf87d4c0774aabdfea02b2bba6f (patch)
treebb772b5cbe2c526d6f8878bc688a64f036346161 /tt-rss.js
parent462a192bd576b1d27debcb89212456d1232c2ed8 (diff)
remove calls to error.php
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js7
1 files changed, 0 insertions, 7 deletions
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");