updateFeedList() now displays saner notify() message

master
Andrew Dolgov 20 years ago
parent 0194778147
commit 11c2f3fae5

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

Loading…
Cancel
Save