commit 4aeb451a9a25c4b01206d6ea94353df810ff03db Author: Iain R. Learmonth irl@fsfe.org Date: Sun Apr 16 13:10:21 2017 +0100
Removes "HTML5 shim", which was actually 404 anyway
* This was not providing any benefit but was causing requests to Google for Atlas users. * Closes: #21699 * Based on patch from Trac user "Christian" --- index.html | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/index.html b/index.html index 47d635a..b13fceb 100644 --- a/index.html +++ b/index.html @@ -8,11 +8,6 @@ <meta name="author" content=""> <meta name="viewport" content="width=device-width, initial-scale=1" />
- <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> - <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> - <![endif]--> - <!-- Le styles --> <link href="css/bootstrap.css" rel="stylesheet"> <link href="css/bootstrap-responsive.css" rel="stylesheet">
tor-commits@lists.torproject.org