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]--> |
Thomas Greiner
2016/01/28 15:23:37
Detail: The conditional comments for IE already ex
juliandoucette
2016/01/28 15:50:44
Acknowledged.
|
+ |
{% block head %} |
{{head|safe}} |
{% endblock %} |