Skip to content

Commit 079935b

Browse files
authored
update optanon script
1 parent 687446a commit 079935b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partials/head-last.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<link rel="stylesheet" href="{{{uiRootPath}}}/css/site.css">
22
<script src="{{{uiRootPath}}}/js/vendor/jquery.js"></script>
33
{{#with env.OPTANON_SCRIPT_URL}}
4-
<script src="{{this}}"></script>
4+
<script src="{{this}}" data-domain-script="{{env.OPTANON_SCRIPT_DATA_DOMAIN_SCRIPT}}"></script>
55
<script>function OptanonWrapper(){}</script>
66
{{/with}}
77
{{#with site.keys.googleAnalytics}}

0 commit comments

Comments
 (0)