fix #252, 404 bug
This commit is contained in:
parent
ee69782280
commit
8d8699d69b
@ -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;
|
||||
|
||||
@ -1432,7 +1432,8 @@ updater =
|
||||
for input in $$ '#com_submit'
|
||||
input.disabled = true
|
||||
input.value = 404
|
||||
d.title = d.title.match(/.+- /)[0] + 404
|
||||
# XXX Firefox - trailing spaces are trimmed
|
||||
d.title = d.title.match(/.+-/)[0] + ' ' + 404
|
||||
g.dead = true
|
||||
Favicon.update()
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user