mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-16 10:21:00 +01:00
exception_error: always stringify ext_info
This commit is contained in:
parent
fb3a2505ac
commit
e126fe6a68
@ -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", {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user