fix all_counters_callback in catless mode

This commit is contained in:
Andrew Dolgov 2005-12-13 10:37:22 +01:00
parent c3f348c2fa
commit 0813387b1a
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}