1
0
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:
Andrew Dolgov
2013-03-23 09:51:30 +04:00
parent 9972b7cdd7
commit 99534a3dde
5 changed files with 4 additions and 11 deletions

View File

@@ -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;