remove leftover updating feeds prompt
This commit is contained in:
parent
aa8ab7ae9e
commit
d8432ff5f5
|
@ -140,9 +140,9 @@ function scheduleFeedUpdate(force) {
|
||||||
|
|
||||||
debug("in scheduleFeedUpdate");
|
debug("in scheduleFeedUpdate");
|
||||||
|
|
||||||
if (!daemon_enabled && !daemon_refresh_only) {
|
/* if (!daemon_enabled && !daemon_refresh_only) {
|
||||||
notify_progress("Updating feeds...", true);
|
notify_progress("Updating feeds...", true);
|
||||||
}
|
} */
|
||||||
|
|
||||||
var query_str = "backend.php?op=rpc&subop=";
|
var query_str = "backend.php?op=rpc&subop=";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue