From 5757efb0f9980ccf65ae4d12ea3673ebbfd52563 Mon Sep 17 00:00:00 2001 From: Fellyph Cintra Date: Thu, 25 Jan 2024 01:10:32 +0800 Subject: [PATCH 1/2] adding missing script --- src/scenarios/analytics/index.ejs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scenarios/analytics/index.ejs b/src/scenarios/analytics/index.ejs index c83a178..8bb9f50 100644 --- a/src/scenarios/analytics/index.ejs +++ b/src/scenarios/analytics/index.ejs @@ -15,4 +15,6 @@ + + <%- include(commonPath + '/footer.ejs') %> From ba715fa34ecc63a2c191d7cf43dfd0d026e2e0aa Mon Sep 17 00:00:00 2001 From: Fellyph Cintra Date: Thu, 25 Jan 2024 01:10:59 +0800 Subject: [PATCH 2/2] moving script out from the markup --- src/demos/chips/analytics-first-party.ejs | 3 ++- src/demos/chips/analytics-third-party.ejs | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/demos/chips/analytics-first-party.ejs b/src/demos/chips/analytics-first-party.ejs index f72b22b..b666fed 100644 --- a/src/demos/chips/analytics-first-party.ejs +++ b/src/demos/chips/analytics-first-party.ejs @@ -4,7 +4,6 @@

<%= title %>

Track user interactions using the analytics code provided below:

-
+ + <%- include(commonPath + '/footer.ejs') %> diff --git a/src/demos/chips/analytics-third-party.ejs b/src/demos/chips/analytics-third-party.ejs index 90090be..eca191a 100644 --- a/src/demos/chips/analytics-third-party.ejs +++ b/src/demos/chips/analytics-third-party.ejs @@ -4,7 +4,7 @@

<%= title %>

Track user interactions using the analytics code provided below:

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