From 0484b46027fbb16535ea1b101bedf03688a4cdec Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Thu, 21 Dec 2017 13:52:34 +0000 Subject: [PATCH] Redundancy. --- services/web/app/coffee/infrastructure/ExpressLocals.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/coffee/infrastructure/ExpressLocals.coffee b/services/web/app/coffee/infrastructure/ExpressLocals.coffee index bd65daf49c..dcacf17033 100644 --- a/services/web/app/coffee/infrastructure/ExpressLocals.coffee +++ b/services/web/app/coffee/infrastructure/ExpressLocals.coffee @@ -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()