mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 04:55:55 +00:00
fix all_counters_callback in catless mode
This commit is contained in:
@@ -369,7 +369,9 @@ function all_counters_callback() {
|
||||
|
||||
if (t == "category") {
|
||||
var catctr = f_document.getElementById("FCATCTR-" + id);
|
||||
catctr.innerHTML = "(" + ctr + " unread)";
|
||||
if (catctr) {
|
||||
catctr.innerHTML = "(" + ctr + " unread)";
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user