From d36d3f2a0eaaf05612c187cecfbb3c5696c570df Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Tue, 17 Jul 2018 17:33:41 +0100 Subject: [PATCH] Actually enable rich text --- services/web/app/coffee/infrastructure/Features.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/coffee/infrastructure/Features.coffee b/services/web/app/coffee/infrastructure/Features.coffee index bdb68b9480..ffc60604e6 100644 --- a/services/web/app/coffee/infrastructure/Features.coffee +++ b/services/web/app/coffee/infrastructure/Features.coffee @@ -23,7 +23,7 @@ module.exports = Features = when 'affiliations' return Settings?.apis?.v1?.url? when 'rich-text' - isEnabled = false # Switch to false to disable + isEnabled = true # Switch to false to disable Settings.overleaf? and isEnabled else throw new Error("unknown feature: #{feature}")