mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
check for backend-returned fatal errors in major callbacks
This commit is contained in:
@@ -33,6 +33,7 @@ function viewCategory(cat) {
|
||||
function feedlist_callback2(transport) {
|
||||
try {
|
||||
debug("feedlist_callback2");
|
||||
if (!transport_error_check(transport)) return;
|
||||
var f = document.getElementById("feeds-frame");
|
||||
f.innerHTML = transport.responseText;
|
||||
feedlist_init();
|
||||
|
||||
Reference in New Issue
Block a user