]> git.wh0rd.org - tt-rss.git/blame - plugins/no_title_counters/init.js
Merge pull request #424 from tmo-github/TMO_ttrss
[tt-rss.git] / plugins / no_title_counters / init.js
CommitLineData
1c8bcb58
AD
1dojo.addOnLoad(function() {
2 updateTitle = function() {
3 document.title = "Tiny Tiny RSS";
4 };
5});