Skip to content

Commit

Permalink
Merge pull request #52934 from Expensify/arosiclair-gtm-cleanup
Browse files Browse the repository at this point in the history
Cleanup errors for Google Tag Manager
  • Loading branch information
carlosmiceli authored Nov 24, 2024
2 parents 3ebe852 + bec24d7 commit f4f8da7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<link rel="shortcut icon" id="favicon" href="/favicon.png">
<% if (htmlWebpackPlugin.options.useThirdPartyScripts) { %>
<!-- Third party scripts -->
<script async="" src="thirdPartyScripts.js"></script>
<script type="text/javascript" async="" src="/thirdPartyScripts.js"></script>
<!-- End Third party scripts -->
<% } %>
<link rel="manifest" href="/manifest.json" />
Expand Down
2 changes: 2 additions & 0 deletions web/thirdPartyScripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

0 comments on commit f4f8da7

Please sign in to comment.