cosmetic interface fix
This commit is contained in:
parent
13def21952
commit
3b3c42a486
|
@ -125,9 +125,11 @@ function refetch_callback() {
|
||||||
parse_counters(reply, f_document, window);
|
parse_counters(reply, f_document, window);
|
||||||
|
|
||||||
if (!daemon_enabled) {
|
if (!daemon_enabled) {
|
||||||
updateTitle("");
|
|
||||||
notify("All feeds updated.");
|
notify("All feeds updated.");
|
||||||
|
} else {
|
||||||
|
if (!global_unread) global_unread = 0;
|
||||||
}
|
}
|
||||||
|
updateTitle("");
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("refetch_callback", e);
|
exception_error("refetch_callback", e);
|
||||||
updateTitle("");
|
updateTitle("");
|
||||||
|
|
Loading…
Reference in New Issue