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 687446a commit 079935bCopy full SHA for 079935b
src/partials/head-last.hbs
@@ -1,7 +1,7 @@
1
<link rel="stylesheet" href="{{{uiRootPath}}}/css/site.css">
2
<script src="{{{uiRootPath}}}/js/vendor/jquery.js"></script>
3
{{#with env.OPTANON_SCRIPT_URL}}
4
-<script src="{{this}}"></script>
+<script src="{{this}}" data-domain-script="{{env.OPTANON_SCRIPT_DATA_DOMAIN_SCRIPT}}"></script>
5
<script>function OptanonWrapper(){}</script>
6
{{/with}}
7
{{#with site.keys.googleAnalytics}}
0 commit comments