mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 00:25:54 +00:00
fix tabs
This commit is contained in:
@@ -179,8 +179,8 @@ function search() {
|
|||||||
|
|
||||||
function updateTitle() {
|
function updateTitle() {
|
||||||
var tmp = document.title;
|
var tmp = document.title;
|
||||||
if (tmp.indexOf(")") > 0)
|
|
||||||
{
|
if (tmp.indexOf(")") > 0) {
|
||||||
tmp = tmp.substr(tmp.indexOf(")") + 1);
|
tmp = tmp.substr(tmp.indexOf(")") + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user