Fix 404 favicon, close #40

This commit is contained in:
Mayhem 2011-04-28 23:32:44 +02:00
parent b38ef315fc
commit e981ff898b
2 changed files with 2 additions and 0 deletions

View File

@ -1341,6 +1341,7 @@
input.value = 404;
}
d.title = d.title.match(/.+- /)[0] + 404;
g.dead = true;
Favicon.update();
return;
}

View File

@ -1055,6 +1055,7 @@ updater =
input.disabled = true
input.value = 404
d.title = d.title.match(/.+- /)[0] + 404
g.dead = true
Favicon.update()
return