]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.js
remove calls to error.php
[tt-rss.git] / tt-rss.js
index 9b77aa53a4ad7292a03e31d03d845e59f81bbfee..81c1c40fee90c5b87cf9f54275a776d562bc6355 100644 (file)
--- 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");