commit f8ec0e060a9b3f2e2ede6d4e5eccbb8ae5d2a474
parent faf72059492df8cd09d9ecd805111a8aaa77a221
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Thu, 13 Aug 2020 18:08:37 +0200
Remove workaround for IE versions older than 9
They seem to be basically nonexistent now, as well as unsupported.
Sources:
https://netmarketshare.com/browser-market-share.aspx?id=browsersDesktopVersions
https://analytics.wikimedia.org/dashboards/browsers/#desktop-site-by-browser/browser-family-and-major-tabular-view
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/repo/www/template.html b/repo/www/template.html
@@ -23,9 +23,6 @@ $endfor$
$if(math)$
$math$
$endif$
- <!--[if lt IE 9]>
- <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
- <![endif]-->
$for(header-includes)$
$header-includes$
$endfor$