mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 14:51:28 +00:00
fix broken feed counter updates
This commit is contained in:
@@ -308,7 +308,7 @@ if (!xmlhttp_rpc && typeof XMLHttpRequest!='undefined') {
|
|||||||
function label_counters_callback() {
|
function label_counters_callback() {
|
||||||
if (xmlhttp_rpc.readyState == 4) {
|
if (xmlhttp_rpc.readyState == 4) {
|
||||||
|
|
||||||
if (!xmlhttp.responseXML) {
|
if (!xmlhttp_rpc.responseXML) {
|
||||||
notify("label_counters_callback: backend did not return valid XML");
|
notify("label_counters_callback: backend did not return valid XML");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ function refetch_callback() {
|
|||||||
if (!reply) {
|
if (!reply) {
|
||||||
notify("refetch_callback: backend did not return expected XML object");
|
notify("refetch_callback: backend did not return expected XML object");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var f_document = window.frames["feeds-frame"].document;
|
var f_document = window.frames["feeds-frame"].document;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user