From 9075365d0bceb97775e0414212d3cbc5cb7b35fc Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Tue, 24 Nov 2015 13:04:31 +0100 Subject: [PATCH] chat client: add flat to defaults --- public/assets/chat/chat.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/public/assets/chat/chat.coffee b/public/assets/chat/chat.coffee index 331250471..ab6cafa6e 100644 --- a/public/assets/chat/chat.coffee +++ b/public/assets/chat/chat.coffee @@ -13,6 +13,7 @@ do($ = window.jQuery, window) -> host: '' port: 6042 debug: false + flat: false fontSize: undefined buttonClass: 'open-zammad-chat' inactiveClass: 'is-inactive'