diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2021-05-25 14:13:52 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-05-26 20:13:17 +0000 |
commit | 50b3f5db008f26197966b2e8778c4df9e7109749 (patch) | |
tree | 4bf098db28bcb6c02358b25944db7f788aa578c7 /server/sonar-web/public | |
parent | b63595c8c4f57a9029bb4f4b29fe6422c35904a7 (diff) | |
download | sonarqube-50b3f5db008f26197966b2e8778c4df9e7109749.tar.gz sonarqube-50b3f5db008f26197966b2e8778c4df9e7109749.zip |
SONAR-14387 Remove support of legacy browser
Diffstat (limited to 'server/sonar-web/public')
-rw-r--r-- | server/sonar-web/public/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/public/index.html b/server/sonar-web/public/index.html index 11e69bd1c71..a9210ca5d67 100644 --- a/server/sonar-web/public/index.html +++ b/server/sonar-web/public/index.html @@ -45,7 +45,6 @@ </script> <% for (let chunk in htmlWebpackPlugin.files.chunks) { %> <script type="module" src="%WEB_CONTEXT%/<%= htmlWebpackPlugin.files.chunks[chunk].entry %>"></script> - <script nomodule src="%WEB_CONTEXT%/<%= htmlWebpackPlugin.files.chunks[chunk].entry.replace(/m\.[\w\d]+/, htmlWebpackPlugin.options.timestamp) %>"></script> <% } %> </body> |