summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-12 09:33:07 +0100
committerAndrew Dolgov <[email protected]>2006-02-12 09:33:07 +0100
commitdcca5d13a0404ee3a7365cf4c5d55586559cb481 (patch)
treef3f37f8100081b275f469af600775972ae1e80af /backend.php
parent9da1e3be20abfc6b37f4a0d0af0c02aa54a05da9 (diff)
display current feed in title (only in daemon mode for now)
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 16705f47a..28026bd1b 100644
--- a/backend.php
+++ b/backend.php
@@ -1549,6 +1549,7 @@
print "<script type=\"text/javascript\">
document.onkeydown = hotkey_handler;
+ if (parent.daemon_enabled) parent.updateTitle('$feed_title');
update_all_counters('$feed');
</script>";