support ie8

This commit is contained in:
afc163 2015-06-24 17:45:39 +08:00
parent cdba3e24e8
commit 67e65d3a0a

View File

@ -15,7 +15,7 @@
<link rel="stylesheet" href="/static/tomorrow.css">
<script src="https://a.alipayobjects.com/jquery/jquery/1.11.1/jquery.js"></script>
<!-- react -->
<script src="https://a.alipayobjects.com/react/0.13.2/react.js"></script>
<script src="https://a.alipayobjects.com/??es5-shim/4.0.5/es5-shim.js,es5-shim/4.0.5/es5-sham.js,html5shiv/3.7.2/src/html5shiv.js,react/0.13.2/react.js"></script>
<script src="/static/script.js"></script>
{% block scripts %}{% endblock %}
</head>