mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
add style to favico on page
This commit is contained in:
parent
06f5c4b124
commit
e2aea50ad0
|
|
@ -2304,8 +2304,10 @@ var favico = (function () {
|
|||
}
|
||||
r.tag.href = 'data:image/svg+xml;base64,' + b64;
|
||||
|
||||
if(ebi('favico_onpage') != null)
|
||||
ebi('favico_onpage').innerHTML = r.txt;
|
||||
var fiop = ebi('favico_onpage');
|
||||
if(fiop != null){
|
||||
fiop.innerHTML = svg ? atob(b64) : gx(r.txt);
|
||||
}
|
||||
};
|
||||
|
||||
r.init = function () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue