mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +00:00
remove page title stuff for the time being
This commit is contained in:
@@ -178,11 +178,7 @@ function search() {
|
||||
}
|
||||
|
||||
function updateTitle() {
|
||||
var tmp = document.title;
|
||||
if (tmp.indexOf('(')>0)
|
||||
{
|
||||
tmp = tmp.substr(0,tmp.lastIndexOf('('));
|
||||
}
|
||||
var tmp = "Tiny Tiny RSS";
|
||||
|
||||
if (global_unread > 0) {
|
||||
tmp = "(" + global_unread + ") " + tmp;
|
||||
|
||||
Reference in New Issue
Block a user