mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-03 19:21:00 +02:00
fix tabs
This commit is contained in:
parent
1f56ba13cd
commit
d6cb941459
@ -179,8 +179,8 @@ function search() {
|
||||
|
||||
function updateTitle() {
|
||||
var tmp = document.title;
|
||||
if (tmp.indexOf(")") > 0)
|
||||
{
|
||||
|
||||
if (tmp.indexOf(")") > 0) {
|
||||
tmp = tmp.substr(tmp.indexOf(")") + 1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user