merge
This commit is contained in:
commit
221ba438f0
@ -1761,7 +1761,7 @@
|
||||
input.disabled = true;
|
||||
input.value = 404;
|
||||
}
|
||||
d.title = d.title.match(/.+-/)[0] + ' ' + 404;
|
||||
d.title = d.title.match(/.+-/)[0] + ' 404';
|
||||
g.dead = true;
|
||||
Favicon.update();
|
||||
return;
|
||||
|
||||
@ -1433,7 +1433,7 @@ updater =
|
||||
input.disabled = true
|
||||
input.value = 404
|
||||
# XXX trailing spaces are trimmed
|
||||
d.title = d.title.match(/.+-/)[0] + ' ' + 404
|
||||
d.title = d.title.match(/.+-/)[0] + ' 404'
|
||||
g.dead = true
|
||||
Favicon.update()
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user