Skip to content

Commit

Permalink
BB2-3390 implement privacy modal, redux (#391)
Browse files Browse the repository at this point in the history
* Implement privacy modal

* Improve tealium handling

* Fixed staging tealium url

* Fixed urls

* Fixed typo

* Moved to async load in body

* Add to top of body

* Moved sync js back

* added to header
  • Loading branch information
loganbertram authored Nov 27, 2024
1 parent ec7a107 commit 20472de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ <h6 class="ds-h4">Additional resources</h6>
</div>
</div>
</div>
<script src="{{ site.tealium_url }}"></script>
{% if site.tealium_env == "prod" %}
<script type="text/javascript">
(function(a,b,c,d)
Expand Down
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@
window.tealiumEnvironment = "{{ site.tealium_env }}";
</script>
</head>
<script src="{{ site.tealium_url }}"></script>

0 comments on commit 20472de

Please sign in to comment.