1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-09 14:31:33 +00:00

display current feed in title (only in daemon mode for now)

This commit is contained in:
Andrew Dolgov
2006-02-12 09:33:07 +01:00
parent 9da1e3be20
commit dcca5d13a0
2 changed files with 3 additions and 2 deletions

View File

@@ -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>";