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

Unified 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.
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/element-closest.min.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/minimal.tmpl
===================================================================
--- a/templates/minimal.tmpl
+++ b/templates/minimal.tmpl
@@ -32,16 +32,17 @@
<!--[if lt IE 9]>
<script src="/js/vendor/html5shiv.min.js"></script>
<script src="/js/vendor/respond.min.js"></script>
<![endif]-->
<!--[if lt IE 10]>
<script src="/js/vendor/classList.min.js"></script>
+ <script src="/js/vendor/element-closest.min.js"></script>
<![endif]-->
{% block head %}
{{ head | safe }}
{% endblock %}
</head>
<body>
<? include layout/header ?>
« 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