mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 02:51:29 +00:00
remove calls to error.php
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user