1
0
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:
Andrew Dolgov
2009-01-31 23:03:40 +03:00
parent 0002bc9f27
commit 2184738a44
3 changed files with 25 additions and 17 deletions
+1
View File
@@ -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();