mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 15:11:28 +00:00
updateFeedList() now displays saner notify() message
This commit is contained in:
@@ -127,7 +127,7 @@ function scheduleFeedUpdate() {
|
|||||||
function updateFeedList(silent, fetch) {
|
function updateFeedList(silent, fetch) {
|
||||||
|
|
||||||
if (silent != true) {
|
if (silent != true) {
|
||||||
notify("Updating feed list...");
|
notify("Loading feed list...");
|
||||||
}
|
}
|
||||||
|
|
||||||
var query_str = "backend.php?op=feeds";
|
var query_str = "backend.php?op=feeds";
|
||||||
|
|||||||
Reference in New Issue
Block a user