Less hurr. spaces are trimmed on Chrome too.
This commit is contained in:
parent
5a9fc4ecff
commit
c061f0bdff
@ -1761,7 +1761,7 @@
|
|||||||
input.disabled = true;
|
input.disabled = true;
|
||||||
input.value = 404;
|
input.value = 404;
|
||||||
}
|
}
|
||||||
d.title = d.title.match(/.+-/)[0] + ' ' + 404;
|
d.title = d.title.match(/.+-/)[0] + ' 404';
|
||||||
g.dead = true;
|
g.dead = true;
|
||||||
Favicon.update();
|
Favicon.update();
|
||||||
return;
|
return;
|
||||||
|
|||||||
@ -1432,8 +1432,7 @@ updater =
|
|||||||
for input in $$ '#com_submit'
|
for input in $$ '#com_submit'
|
||||||
input.disabled = true
|
input.disabled = true
|
||||||
input.value = 404
|
input.value = 404
|
||||||
# XXX Firefox - trailing spaces are trimmed
|
d.title = d.title.match(/.+-/)[0] + ' 404'
|
||||||
d.title = d.title.match(/.+-/)[0] + ' ' + 404
|
|
||||||
g.dead = true
|
g.dead = true
|
||||||
Favicon.update()
|
Favicon.update()
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user