update favicon on 404
This commit is contained in:
parent
e4b5e89673
commit
6682b526ab
@ -1319,6 +1319,7 @@
|
||||
}
|
||||
s = d.title.match(/.+- /)[0];
|
||||
s += '404';
|
||||
Favicon.update();
|
||||
return;
|
||||
}
|
||||
br = $('br[clear]');
|
||||
|
||||
@ -1034,8 +1034,7 @@ updater =
|
||||
input.value = 404
|
||||
s = d.title.match(/.+- /)[0]
|
||||
s += '404'
|
||||
# TODO
|
||||
#updateFavicon()
|
||||
Favicon.update()
|
||||
return
|
||||
|
||||
br = $ 'br[clear]'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user