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

Unified Diff: includes/polyfills.tmpl

Issue 29630614: [Demo] Issue 6047 - Missing background on uninstallation page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Dec. 5, 2017, 10:25 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 | « includes/navbar.tmpl ('k') | includes/scripts.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/polyfills.tmpl
===================================================================
new file mode 100644
--- /dev/null
+++ b/includes/polyfills.tmpl
@@ -0,0 +1,14 @@
+<!--[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/navbar.tmpl ('k') | includes/scripts.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld