mirror of https://github.com/zulip/zulip.git
base.html: Remove commented-out HTML5 shim code.
From reading the history, I think this was actually never uncommented in any version of Zulip; and regardless we no longer support IE8.
This commit is contained in:
parent
c3dbce810e
commit
90bc76cf87
|
@ -12,10 +12,6 @@
|
|||
<title>Zulip</title>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
<link href="/static/favicon.ico?v=2" rel="shortcut icon">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
|
Loading…
Reference in New Issue