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: Uploading diff against tip instead of revision Created Jan. 28, 2016, 3:53 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/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]-->
+
{% block head %}
{{head|safe}}
{% endblock %}
@@ -40,8 +44,9 @@
<script src="/js/vendor/html5shiv.js"></script>
<script src="/js/vendor/respond.min.js"></script>
<![endif]-->
- <!--[if lt IE 10]><script src="/js/vendor/cssfx.min.js"></script><![endif]-->
- <!-- Fixes cssfx issues in IE8. -->
+ <!--[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]-->
« no previous file with comments | « static/js/vendor/ie8.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld