mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:05: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 {
|
try {
|
||||||
|
|
||||||
if (ext_info) {
|
if (ext_info)
|
||||||
if (ext_info.responseText) {
|
ext_info = JSON.stringify(ext_info);
|
||||||
ext_info = ext_info.responseText;
|
|
||||||
} else {
|
|
||||||
ext_info = JSON.stringify(ext_info);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
new Ajax.Request("backend.php", {
|
new Ajax.Request("backend.php", {
|
||||||
|
|||||||
Reference in New Issue
Block a user