mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
10
js/tt-rss.js
10
js/tt-rss.js
@@ -178,11 +178,11 @@ function search() {
|
||||
}
|
||||
|
||||
function updateTitle() {
|
||||
var tmp = document.title;
|
||||
|
||||
if (tmp.indexOf(")") > 0) {
|
||||
tmp = tmp.substr(tmp.indexOf(")") + 1);
|
||||
}
|
||||
var tmp = document.title;
|
||||
if (tmp.indexOf(")") > 0)
|
||||
{
|
||||
tmp = tmp.substr(tmp.indexOf(")") + 1);
|
||||
}
|
||||
|
||||
if (global_unread > 0) {
|
||||
tmp = "(" + global_unread + ") " + tmp;
|
||||
|
||||
Reference in New Issue
Block a user