parent
c1353b6384
commit
b68dce191f
2 changed files with 6 additions and 6 deletions
|
@ -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…
Reference in a new issue