mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -06:00
fix setting favico when main topbar not available
This commit is contained in:
parent
91dd093206
commit
d1edd164af
|
|
@ -2270,7 +2270,8 @@ var favico = (function () {
|
|||
}
|
||||
r.tag.href = 'data:image/svg+xml;base64,' + b64;
|
||||
|
||||
ebi('favico_onpage').innerHTML = r.txt;
|
||||
if(ebi('favico_onpage') != null)
|
||||
ebi('favico_onpage').innerHTML = r.txt;
|
||||
};
|
||||
|
||||
r.init = function () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue