From b8baf1a6f4b56bcf907f85d9841327f1673d8dcd Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Wed, 19 Sep 2018 15:23:54 +0100 Subject: [PATCH] Hide front chat widget via code. --- services/web/app/views/project/list.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/project/list.pug b/services/web/app/views/project/list.pug index 0fec00cb55..cee7d97efe 100644 --- a/services/web/app/views/project/list.pug +++ b/services/web/app/views/project/list.pug @@ -119,4 +119,4 @@ block content include ./list/modals - include ./list/front-chat + //- include ./list/front-chat