updateFeedList() now displays saner notify() message
This commit is contained in:
parent
0194778147
commit
11c2f3fae5
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue