Fix 404 favicon, close #40
This commit is contained in:
parent
b38ef315fc
commit
e981ff898b
@ -1341,6 +1341,7 @@
|
|||||||
input.value = 404;
|
input.value = 404;
|
||||||
}
|
}
|
||||||
d.title = d.title.match(/.+- /)[0] + 404;
|
d.title = d.title.match(/.+- /)[0] + 404;
|
||||||
|
g.dead = true;
|
||||||
Favicon.update();
|
Favicon.update();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1055,6 +1055,7 @@ updater =
|
|||||||
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
|
||||||
Favicon.update()
|
Favicon.update()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user