diff --git a/web/index.html b/web/index.html index 12d2c6c67782..1dc0f7836fa4 100644 --- a/web/index.html +++ b/web/index.html @@ -133,7 +133,7 @@ <% if (htmlWebpackPlugin.options.useThirdPartyScripts) { %> - + <% } %> 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');