mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
skins: make "colibris" the default skin for new installations
Colibris skin was first introduced in 1.7.5 and received some bugfixes in 1.8.0. It is now time to make it the default for new installs.
This commit is contained in:
parent
1dfd52bcce
commit
70bc71c0c3
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
* - "colibris": the new experimental skin (since Etherpad 1.8), candidate to
|
||||
* become the default in Etherpad 2.0
|
||||
*/
|
||||
"skinName": "no-skin",
|
||||
"skinName": "colibris",
|
||||
|
||||
/*
|
||||
* IP and port which etherpad should bind at
|
||||
|
|
Loading…
Reference in a new issue