]> git.wh0rd.org - tt-rss.git/blame - plugins/no_title_counters/init.js
add simple plugin to prevent tt-rss tab flashing on new articles
[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});