diff mercurial/templates/paper/graph.tmpl @ 35605:45a816361926

hgweb: drop support of browsers that don't understand <canvas> (BC) Internet Explorer 8 and below need excanvas aka ExplorerCanvas to support canvas tag at all. We used to vendor the library in Mercurial, but IE8 was discontinued and all support for it ceased in January 2016. We should do the same and remove excanvas library. Apart from just cleaning up code, this will also make downstream Debian packages stop depending on libjs-excanvas, for example.
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 11 Jan 2018 18:20:08 +0800
parents 5afe0ca59b07
children 59c842a3d1e1
line wrap: on
line diff
--- a/mercurial/templates/paper/graph.tmpl	Wed Jan 10 19:36:45 2018 -0800
+++ b/mercurial/templates/paper/graph.tmpl	Thu Jan 11 18:20:08 2018 +0800
@@ -4,7 +4,6 @@
    href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}: log" />
 <link rel="alternate" type="application/rss+xml"
    href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}: log" />
-<!--[if IE]><script type="text/javascript" src="{staticurl|urlescape}excanvas.js"></script><![endif]-->
 </head>
 <body>