diff options
| author | YoungMin Park <parkyymm@hotmail.com> | 2014-11-04 11:49:43 +0900 |
|---|---|---|
| committer | YoungMin Park <parkyymm@hotmail.com> | 2014-11-04 11:49:43 +0900 |
| commit | a5bbb2bec133bdee08b361628f32430ae3884107 (patch) | |
| tree | b203105149ec234ebe155d5718d2cbb6390b4a45 /plugins/no_title_counters/init.js | |
| parent | 12727ad17d125eb2f3f243231ccca1cb0a5a7b4b (diff) | |
| parent | 2f43089de1ead3f164b8b31967d1abbb784319fa (diff) | |
Merge pull request #1 from gothfox/master
Update from original
Diffstat (limited to 'plugins/no_title_counters/init.js')
| -rw-r--r-- | plugins/no_title_counters/init.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/no_title_counters/init.js b/plugins/no_title_counters/init.js new file mode 100644 index 000000000..9c16856a2 --- /dev/null +++ b/plugins/no_title_counters/init.js @@ -0,0 +1,5 @@ +dojo.addOnLoad(function() { + updateTitle = function() { + document.title = "Tiny Tiny RSS"; + }; +}); |