Skip to content

Commit

Permalink
Merge pull request #38 from rtCamp/main
Browse files Browse the repository at this point in the history
Sync `develop` from `main
  • Loading branch information
gagan0123 authored Feb 2, 2024
2 parents df1ecb4 + f5d4c2d commit 86e3fd9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/demos/chips/analytics-first-party.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@

<script src="<%= protocol %>://<%= domainA %><% if (isPortPresent) { %>:<%= port %><% } %>/chips/analytics.js"></script>

<script src="<%= protocol %>://<%= domainA %><% if (isPortPresent) { %>:<%= port %><% } %>/chips/analytics.js"></script>

<%- include(commonPath + '/footer.ejs') %>
2 changes: 2 additions & 0 deletions src/demos/chips/analytics-third-party.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@

<script src="<%= protocol %>://<%= domainC %><% if (isPortPresent) { %>:<%= port %><% } %>/chips/analytics.js"></script>

<script src="<%= protocol %>://<%= domainC %><% if (isPortPresent) { %>:<%= port %><% } %>/chips/analytics.js"></script>

<%- include(commonPath + '/footer.ejs') %>
2 changes: 2 additions & 0 deletions src/scenarios/analytics/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@

<script src="<%= protocol %>://<%= domainC %><% if (isPortPresent) { %>:<%= port %><% } %>/analytics/analytics.js"></script>

<script src="<%= protocol %>://<%= domainC %><% if (isPortPresent) { %>:<%= port %><% } %>/analytics/analytics.js"></script>

<%- include(commonPath + '/footer.ejs') %>

0 comments on commit 86e3fd9

Please sign in to comment.