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

Side by Side Diff: templates/minimal.tmpl

Issue 29622560: Issue 6040 - Browser select options do not work when you click on their inner text (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Nov. 28, 2017, 8:52 a.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 | « static/js/vendor/element-closest.min.js ('k') | 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 This file is part of help.eyeo.com. 3 This file is part of help.eyeo.com.
4 Copyright (C) 2017-present eyeo GmbH 4 Copyright (C) 2017-present eyeo GmbH
5 5
6 help.eyeo.com is free software: you can redistribute it and/or modify 6 help.eyeo.com is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 3 of the License, or 8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version. 9 (at your option) any later version.
10 10
(...skipping 19 matching lines...) Expand all
30 30
31 <link rel="stylesheet" href="/css/main.css"> 31 <link rel="stylesheet" href="/css/main.css">
32 32
33 <!--[if lt IE 9]> 33 <!--[if lt IE 9]>
34 <script src="/js/vendor/html5shiv.min.js"></script> 34 <script src="/js/vendor/html5shiv.min.js"></script>
35 <script src="/js/vendor/respond.min.js"></script> 35 <script src="/js/vendor/respond.min.js"></script>
36 <![endif]--> 36 <![endif]-->
37 37
38 <!--[if lt IE 10]> 38 <!--[if lt IE 10]>
39 <script src="/js/vendor/classList.min.js"></script> 39 <script src="/js/vendor/classList.min.js"></script>
40 <script src="/js/vendor/element-closest.min.js"></script>
40 <![endif]--> 41 <![endif]-->
41 42
42 {% block head %} 43 {% block head %}
43 {{ head | safe }} 44 {{ head | safe }}
44 {% endblock %} 45 {% endblock %}
45 </head> 46 </head>
46 <body> 47 <body>
47 <? include layout/header ?> 48 <? include layout/header ?>
48 <div class="outer"> 49 <div class="outer">
49 {% block body %} 50 {% block body %}
50 {{ body | safe }} 51 {{ body | safe }}
51 {% endblock %} 52 {% endblock %}
52 </div> 53 </div>
53 {% block footer %} 54 {% block footer %}
54 {{ footer | safe }} 55 {{ footer | safe }}
55 {% endblock %} 56 {% endblock %}
56 <? include layout/footer ?> 57 <? include layout/footer ?>
57 {% block scripts %} 58 {% block scripts %}
58 {{ scripts | safe }} 59 {{ scripts | safe }}
59 {% endblock %} 60 {% endblock %}
60 <script src="/js/main.js"></script> 61 <script src="/js/main.js"></script>
61 </body> 62 </body>
62 <html> 63 <html>
OLDNEW
« no previous file with comments | « static/js/vendor/element-closest.min.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld