1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

toggle no daemon warning @ runtime on refetch

This commit is contained in:
Andrew Dolgov
2006-05-23 10:08:16 +01:00
parent f54f515f44
commit 71ad883b28
4 changed files with 33 additions and 10 deletions

View File

@@ -79,13 +79,11 @@ if (document.addEventListener) {
window.onload = init;
</script>
<? if (ENABLE_UPDATE_DAEMON && !file_is_locked("update_daemon.lock")) { ?>
<div class="noDaemonWarning">
<b>Warning:</b> Update daemon is enabled in configuration, but daemon
process is not running, which prevents all feeds from updating. Please
start the daemon process or contact instance owner.
</div>
<? } ?>
<div id="noDaemonWarning">
<b>Warning:</b> Update daemon is enabled in configuration, but daemon
process is not running, which prevents all feeds from updating. Please
start the daemon process or contact instance owner.
</div>
<ul id="debug_output"></ul>