1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

updateFeedList() now displays saner notify() message

This commit is contained in:
Andrew Dolgov
2005-08-23 07:22:28 +01:00
parent 0194778147
commit 11c2f3fae5

View File

@@ -127,7 +127,7 @@ function scheduleFeedUpdate() {
function updateFeedList(silent, fetch) {
if (silent != true) {
notify("Updating feed list...");
notify("Loading feed list...");
}
var query_str = "backend.php?op=feeds";