add simple plugin to prevent tt-rss tab flashing on new articles

This commit is contained in:
Andrew Dolgov
2013-07-25 14:54:46 +04:00
parent 1966e05457
commit 1c8bcb580e
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
dojo.addOnLoad(function() {
updateTitle = function() {
document.title = "Tiny Tiny RSS";
};
});