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

Side by Side 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: Created Sept. 20, 2017, 4:27 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {# 1 {#
2 # This file is part of the Adblock Plus website, 2 # This file is part of the Adblock Plus website,
3 # Copyright (C) 2006-present eyeo GmbH 3 # Copyright (C) 2006-present eyeo GmbH
4 # 4 #
5 # Adblock Plus is free software: you can redistribute it and/or modify 5 # Adblock Plus is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License version 3 as 6 # it under the terms of the GNU General Public License version 3 as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
8 # 8 #
9 # Adblock Plus is distributed in the hope that it will be useful, 9 # Adblock Plus is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 <link rel="apple-touch-icon" href="/img/favicon-large.png" /> 51 <link rel="apple-touch-icon" href="/img/favicon-large.png" />
52 52
53 <!--[if IE 8]> 53 <!--[if IE 8]>
54 <script src="/js/vendor/ie8.js"></script> 54 <script src="/js/vendor/ie8.js"></script>
55 <![endif]--> 55 <![endif]-->
56 56
57 {% block head %} 57 {% block head %}
58 {{head|safe}} 58 {{head|safe}}
59 {% endblock %} 59 {% endblock %}
60 60
61 <!--[if lt IE 7]>
62 <script src="/js/vendor/DD_belatedPNG.js"></script>
63 <script>DD_belatedPNG.fix(".sprite");</script>
ire 2017/09/21 08:18:38 The actual DD_belatedPNG.js is still in the repo
juliandoucette 2017/09/21 14:44:17 Done.
64 <![endif]-->
65 <!--[if lt IE 9]> 61 <!--[if lt IE 9]>
66 <script src="/js/vendor/html5shiv.js"></script> 62 <script src="/js/vendor/html5shiv.js"></script>
67 <script src="/js/vendor/respond.min.js"></script> 63 <script src="/js/vendor/respond.min.js"></script>
68 <![endif]--> 64 <![endif]-->
69 <!--[if lt IE 10]> 65 <!--[if lt IE 10]>
70 <script src="/js/vendor/cssfx.min.js"></script> 66 <script src="/js/vendor/cssfx.min.js"></script>
71 <![endif]--> 67 <![endif]-->
72 <!--[if IE 8]> 68 <!--[if IE 8]>
73 <link rel="stylesheet" href="/css/empty.css" class="cssfx"/> 69 <link rel="stylesheet" href="/css/empty.css" class="cssfx"/>
74 <![endif]--> 70 <![endif]-->
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 <a rel="nofollow" id="social-gplus" class="sprite" href="https://p lus.google.com/110020691898167279887"></a> 206 <a rel="nofollow" id="social-gplus" class="sprite" href="https://p lus.google.com/110020691898167279887"></a>
211 </li> 207 </li>
212 </ul> 208 </ul>
213 </section> 209 </section>
214 </div> 210 </div>
215 </footer> 211 </footer>
216 212
217 <script src="/js/main.js"></script> 213 <script src="/js/main.js"></script>
218 </body> 214 </body>
219 </html> 215 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld