fix tabs
This commit is contained in:
parent
1f56ba13cd
commit
d6cb941459
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue