mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 19:01:29 +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() {
|
||||
if (xmlhttp_rpc.readyState == 4) {
|
||||
|
||||
if (!xmlhttp.responseXML) {
|
||||
if (!xmlhttp_rpc.responseXML) {
|
||||
notify("label_counters_callback: backend did not return valid XML");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user