init.js 100 B

12345
  1. dojo.addOnLoad(function() {
  2. updateTitle = function() {
  3. document.title = "Tiny Tiny RSS";
  4. };
  5. });