mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:45:56 +00:00
drop errors.php and simplify error handling
This commit is contained in:
@@ -179,7 +179,10 @@ const xhr = {
|
||||
console.log('xhr.json', '<<<', obj);
|
||||
|
||||
if (obj && typeof App != "undefined")
|
||||
App.handleRpcJson(obj);
|
||||
if (!App.handleRpcJson(obj)) {
|
||||
reject(obj);
|
||||
return;
|
||||
}
|
||||
|
||||
if (complete != undefined) complete(obj);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user