Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/default.tmpl

Issue 29587659: Noissue - Added classList polyfill and refactored main.js (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Created Oct. 24, 2017, 2:20 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/js/vendor/classList.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -55,16 +55,17 @@
{% block head %}
{{head|safe}}
{% endblock %}
<!--[if lt IE 9]>
<script src="/js/vendor/html5shiv.js"></script>
<script src="/js/vendor/respond.min.js"></script>
+ <script src="/js/vendor/classList.js"></script>
<![endif]-->
<!--[if lt IE 10]>
<script src="/js/vendor/cssfx.min.js"></script>
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" href="/css/empty.css" class="cssfx"/>
<![endif]-->
</head>
« no previous file with comments | « static/js/vendor/classList.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld