summaryrefslogtreecommitdiff
path: root/public/views/shared/polyfill.ejs
diff options
context:
space:
mode:
authorYukai Huang2017-01-21 14:05:51 +0800
committerYukai Huang2017-01-21 14:05:51 +0800
commit0e479111e55354434b5100ae165627f5fabe06b5 (patch)
tree451aced97ba8a111a9635a2e0d113aa8fcc7d5b7 /public/views/shared/polyfill.ejs
parent74b04d08b5a4cf51ba71dd1ea12388974e74f4df (diff)
parenta669c201beb3755703e87984268cbd08145e9ac6 (diff)
Merge branch 'master' into es6-integration
Diffstat (limited to 'public/views/shared/polyfill.ejs')
-rw-r--r--public/views/shared/polyfill.ejs7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/views/shared/polyfill.ejs b/public/views/shared/polyfill.ejs
new file mode 100644
index 00000000..5c885642
--- /dev/null
+++ b/public/views/shared/polyfill.ejs
@@ -0,0 +1,7 @@
+<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+<!--[if lt IE 9]>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" integrity="sha256-3Jy/GbSLrg0o9y5Z5n1uw0qxZECH7C6OQpVBgNFYa0g=" crossorigin="anonymous"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js" integrity="sha256-g6iAfvZp+nDQ2TdTR/VVKJf3bGro4ub5fvWSWVRi2NE=" crossorigin="anonymous"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.9/es5-shim.min.js" integrity="sha256-8E4Is26QH0bD52WoQpcB+R/tcWQtpzlCojrybUd7Mxo=" crossorigin="anonymous"></script>
+<![endif]--> \ No newline at end of file