]> git.wh0rd.org - tt-rss.git/blob - plugins/no_title_counters/init.js
Arabic translation
[tt-rss.git] / plugins / no_title_counters / init.js
1 dojo.addOnLoad(function() {
2 updateTitle = function() {
3 document.title = "Tiny Tiny RSS";
4 };
5 });