From 294cc0965e47732fbb8c104d7b9183636d68d279 Mon Sep 17 00:00:00 2001 From: MaanavD Date: Tue, 21 Nov 2023 10:27:26 -0800 Subject: [PATCH 1/3] Updated by removing comments. Might work. --- _includes/head_custom.html | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/_includes/head_custom.html b/_includes/head_custom.html index 1baf15588aad7..1e8933448db3e 100644 --- a/_includes/head_custom.html +++ b/_includes/head_custom.html @@ -6,21 +6,16 @@ > From 96934080633b047078d1d5b922ffc57a447ae8b3 Mon Sep 17 00:00:00 2001 From: MaanavD Date: Tue, 21 Nov 2023 10:32:12 -0800 Subject: [PATCH 2/3] Removed semicolons --- _includes/head_custom.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/head_custom.html b/_includes/head_custom.html index 1e8933448db3e..72a76e43ff190 100644 --- a/_includes/head_custom.html +++ b/_includes/head_custom.html @@ -26,7 +26,7 @@ jsError: true } } - }; - const analytics = new oneDS.ApplicationInsights(); - analytics.initialize(config, []); + } + const analytics = new oneDS.ApplicationInsights() + analytics.initialize(config, []) From fefe341f53a9df0f24960a8fbf23a8a28afa2cd6 Mon Sep 17 00:00:00 2001 From: MaanavD Date: Tue, 21 Nov 2023 10:45:32 -0800 Subject: [PATCH 3/3] re-added semicolons. --- _includes/head_custom.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/head_custom.html b/_includes/head_custom.html index 72a76e43ff190..1e8933448db3e 100644 --- a/_includes/head_custom.html +++ b/_includes/head_custom.html @@ -26,7 +26,7 @@ jsError: true } } - } - const analytics = new oneDS.ApplicationInsights() - analytics.initialize(config, []) + }; + const analytics = new oneDS.ApplicationInsights(); + analytics.initialize(config, []);