1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 05:11:29 +00:00

make updating feeds notify persistent, remove p_notify calls

This commit is contained in:
Andrew Dolgov
2006-05-18 13:32:28 +01:00
parent eff4997c1f
commit 4d4200a87b
3 changed files with 16 additions and 14 deletions

View File

@@ -166,7 +166,7 @@ function backend_sanity_check_callback() {
function scheduleFeedUpdate(force) {
if (!daemon_enabled) {
notify("Updating feeds, please wait.");
notify("Updating feeds, please wait.", true);
updateTitle("Updating");
}