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

Unified Diff: includes/polyfills.tmpl

Issue 29670669: Issue 268 - Removed cssfxjs dependency (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Addressed #3 Created Jan. 17, 2018, 2:56 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 | « includes/index.tmpl ('k') | includes/styles.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/polyfills.tmpl
===================================================================
--- a/includes/polyfills.tmpl
+++ b/includes/polyfills.tmpl
@@ -1,14 +1,8 @@
<!--[if IE 8]>
<script src="/js/vendor/ie8.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="/js/vendor/html5shiv.js"></script>
<script src="/js/vendor/respond.min.js"></script>
<script src="/js/vendor/classList.js"></script>
<![endif]-->
-<!--[if lt IE 10]>
- <script src="/js/vendor/cssfx.min.js"></script>
-<![endif]-->
-<!--[if IE 8]>
- <link rel="stylesheet" href="/css/empty.css" class="cssfx"/>
-<![endif]-->
« no previous file with comments | « includes/index.tmpl ('k') | includes/styles.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld