Skip to content

Commit

Permalink
Update custom.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyWW authored May 10, 2024
1 parent ddaa419 commit e704683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overrides/partials/integrations/analytics/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<script defer src="{{ config.extra.analytics.property }}" data-website-id="{{ config.extra.analytics.id }}">
</script>
{% endif %}
{% if config.extra.chatbot %}
{% if config.extra.chatbot and config.extra.chatbot.script %}
{{ config.extra.chatbot.script }}
<script>
console.log("loading chatbot...")
Expand Down

0 comments on commit e704683

Please sign in to comment.