mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Until Papercups integrates status with working hours, this removes the availability indicator (it currently always shows offline since we respond from Slack instead of the dashboard) (#171)
This commit is contained in:
parent
72637d649b
commit
04300860e1
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@
|
|||
*/ %>
|
||||
|
||||
<% /* Chat (Papercups) */ %>
|
||||
<script>window.Papercups = { config: { accountId: '5b59eeac-1578-4fdb-b946-e17c1dca0c51', showAgentAvailability: true, requireEmailUpfront: true } };</script>
|
||||
<script>window.Papercups = { config: { accountId: '5b59eeac-1578-4fdb-b946-e17c1dca0c51', requireEmailUpfront: true } };</script>
|
||||
<script type="text/javascript" async defer src="https://app.papercups.io/widget.js"></script>
|
||||
<script type="text/javascript" async defer src="https://app.papercups.io/storytime.js"></script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue