We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7a65a commit 4c034acCopy full SHA for 4c034ac
src/partials/footer-scripts.hbs
@@ -10,7 +10,11 @@
10
<template id="run-code-panel">
11
{{> terminal}}
12
</template>
13
+
14
+{{#unless page.attributes.disable-chatbot}}
15
<script id="site-script" src="{{{uiRootPath}}}/js/vendor/chatbox-ui.js"></script>
16
+{{/unless}}
17
18
<script id="site-script" src="{{{uiRootPath}}}/js/site.js"></script>
19
<script async src="{{{uiRootPath}}}/js/vendor/tabs.js" data-sync-storage-key="preferred-tab"></script>
20
{{#with page.attributes.content-scripts}}
0 commit comments