From 67773e7db94a889ca18c3fd9bc850e08250b732a Mon Sep 17 00:00:00 2001 From: NJaku01 <46575458+NJaku01@users.noreply.github.com> Date: Sat, 31 Jul 2021 12:07:19 +0200 Subject: [PATCH] Remove OJS Color --- ui/public/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/public/config.js b/ui/public/config.js index f7f420c..e84130a 100644 --- a/ui/public/config.js +++ b/ui/public/config.js @@ -3,5 +3,4 @@ const config = { "ercUrl": "http://localhost/erc/", "title": " | o2r Demoserver", "ojsView": false, - "ERCGalleyPrimaryColour" : "#FF0000", -} \ No newline at end of file +}