mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:45:56 +00:00
exception_error: always stringify ext_info
This commit is contained in:
@@ -44,13 +44,8 @@ function exception_error(location, e, ext_info) {
|
||||
|
||||
try {
|
||||
|
||||
if (ext_info) {
|
||||
if (ext_info.responseText) {
|
||||
ext_info = ext_info.responseText;
|
||||
} else {
|
||||
if (ext_info)
|
||||
ext_info = JSON.stringify(ext_info);
|
||||
}
|
||||
}
|
||||
|
||||
try {
|
||||
new Ajax.Request("backend.php", {
|
||||
|
||||
Reference in New Issue
Block a user