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:
Mike McNeil 2021-01-04 15:20:17 -06:00 committed by GitHub
parent 72637d649b
commit 04300860e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>