Skip to content

Commit 0cf2a0f

Browse files
committed
manual ketch url for testing purposes, revert this soon
1 parent a2de33e commit 0cf2a0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/partials/head-scripts.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ analytics.page();
66
</script>
77
{{/with}}
88

9-
{{#with site.keys.ketchSmartTagUrl}}
10-
<script>!function(){window.semaphore=window.semaphore||[],window.ketch=function(){window.semaphore.push(arguments)};var e=document.createElement("script");e.type="text/javascript",e.src="{{this}}",e.defer=e.async=!0,document.getElementsByTagName("head")[0].appendChild(e)}();</script>
9+
{{!-- {{#with site.keys.ketchSmartTagUrl}} --}}
10+
<script>!function(){window.semaphore=window.semaphore||[],window.ketch=function(){window.semaphore.push(arguments)};var e=document.createElement("script");e.type="text/javascript",e.src="https://global.ketchcdn.com/web/v3/config/datastax/website_smart_tag/boot.js",e.defer=e.async=!0,document.getElementsByTagName("head")[0].appendChild(e)}();</script>
1111
<script>
1212
if (window.ketch) {
1313
function saveConsent(consent) {
@@ -30,7 +30,7 @@ if (window.ketch) {
3030
})
3131
}
3232
</script>
33-
{{/with}}
33+
{{!-- {{/with}} --}}
3434
3535
<script>var uiRootPath = '{{{uiRootPath}}}'</script>
3636

0 commit comments

Comments
 (0)