mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 00:15:13 -04:00
Fix: favicon setting issues, external custom favicon is not respected on /admin pages
This commit is contained in:
parent
f1ad26dd64
commit
667f3e50fe
2 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@
|
||||||
* is used. If this is a relative path it is interpreted as relative to the
|
* is used. If this is a relative path it is interpreted as relative to the
|
||||||
* Etherpad root directory.
|
* Etherpad root directory.
|
||||||
*/
|
*/
|
||||||
"favicon": "${FAVICON:null}",
|
"favicon": "tests/backend/specs/favicon-test-custom.png",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Skin name.
|
* Skin name.
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
* is used. If this is a relative path it is interpreted as relative to the
|
* is used. If this is a relative path it is interpreted as relative to the
|
||||||
* Etherpad root directory.
|
* Etherpad root directory.
|
||||||
*/
|
*/
|
||||||
"favicon": null,
|
"favicon": "tests/backend/specs/favicon-test-custom.png",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Skin name.
|
* Skin name.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue