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

Unified Diff: templates/default.tmpl

Issue 29334044: Issue 219 - Donation page is broken in IE8 (Closed)
Patch Set: Added polyfills and fixed spacing Created Jan. 28, 2016, 1:58 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
« pages/donate.html ('K') | « static/js/vendor/ie8.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
@@ -28,6 +28,10 @@
<link rel="canonical" href="https://adblockplus.org/{{page}}">
<link rel="apple-touch-icon" href="/img/favicon-large.png" />
+ <!--[if IE 8]>
+ <script src="/js/vendor/ie8.js"></script>
+ <![endif]-->
Thomas Greiner 2016/01/28 15:23:37 Detail: The conditional comments for IE already ex
juliandoucette 2016/01/28 15:50:44 Acknowledged.
+
{% block head %}
{{head|safe}}
{% endblock %}
« pages/donate.html ('K') | « static/js/vendor/ie8.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld