mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-14 03:54:48 +00:00
Redundancy.
This commit is contained in:
parent
399ebc473f
commit
0484b46027
1 changed files with 1 additions and 1 deletions
|
@ -307,5 +307,5 @@ module.exports = (app, webRouter, privateApiRouter, publicApiRouter)->
|
|||
chatMessageBorderLightness : if isOl then "40%" else "70%"
|
||||
chatMessageBgSaturation : if isOl then "85%" else "60%"
|
||||
chatMessageBgLightness : if isOl then "40%" else "97%"
|
||||
renderAnnouncements : if isOl then false else true
|
||||
renderAnnouncements : !isOl
|
||||
next()
|
||||
|
|
Loading…
Reference in a new issue