From 70b5c0c760b33007014654834bc5f6a619d0120e Mon Sep 17 00:00:00 2001 From: Andrew Rosiclair Date: Thu, 21 Nov 2024 15:41:16 -0500 Subject: [PATCH 1/3] log when thirdPartyScripts loads for debugging --- web/thirdPartyScripts.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/thirdPartyScripts.js b/web/thirdPartyScripts.js index 15e77dbd490e..c45defd89e69 100644 --- a/web/thirdPartyScripts.js +++ b/web/thirdPartyScripts.js @@ -153,3 +153,5 @@ window['_fs_namespace'] = 'FS'; }), (g._v = '2.0.0')); })(window, document, window._fs_namespace, 'script', window._fs_script); + +console.log('thirdPartyScripts.js loaded'); From 1908fd9b0147e1aec4e692be0d2544de7b356bc3 Mon Sep 17 00:00:00 2001 From: Andrew Rosiclair Date: Thu, 21 Nov 2024 15:56:40 -0500 Subject: [PATCH 2/3] fix MIME type --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 12d2c6c67782..d155de77bd3b 100644 --- a/web/index.html +++ b/web/index.html @@ -133,7 +133,7 @@ <% if (htmlWebpackPlugin.options.useThirdPartyScripts) { %> - + <% } %> From bec24d7d28b65aeb6ce74979e32bbbd1de173241 Mon Sep 17 00:00:00 2001 From: Andrew Rosiclair Date: Thu, 21 Nov 2024 16:42:03 -0500 Subject: [PATCH 3/3] fix script path --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index d155de77bd3b..1dc0f7836fa4 100644 --- a/web/index.html +++ b/web/index.html @@ -133,7 +133,7 @@ <% if (htmlWebpackPlugin.options.useThirdPartyScripts) { %> - + <% } %>