mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-16 21:41:23 +02:00
6 lines
100 B
JavaScript
6 lines
100 B
JavaScript
dojo.addOnLoad(function() {
|
|
updateTitle = function() {
|
|
document.title = "Tiny Tiny RSS";
|
|
};
|
|
});
|