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

Unified Diff: templates/default.tmpl

Issue 29550794: Noissue - Removed DD_belatedPNG because we don't support IE 6 (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Removed DD_belatedPNG.js Created Sept. 21, 2017, 2:43 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/DD_belatedPNG.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
@@ -53,20 +53,16 @@
<!--[if IE 8]>
<script src="/js/vendor/ie8.js"></script>
<![endif]-->
{% block head %}
{{head|safe}}
{% endblock %}
- <!--[if lt IE 7]>
- <script src="/js/vendor/DD_belatedPNG.js"></script>
- <script>DD_belatedPNG.fix(".sprite");</script>
- <![endif]-->
<!--[if lt IE 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]-->
<!--[if IE 8]>
« no previous file with comments | « static/js/vendor/DD_belatedPNG.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld