Update dependencies
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<link href="/assets/styles.css" rel="stylesheet">
|
||||
<script>
|
||||
if(typeof Promise === 'undefined') {
|
||||
// Add ployfills for stupid IE
|
||||
if (document.documentMode || /Edge/.test(navigator.userAgent)) {
|
||||
(function(d, script) {
|
||||
script = d.createElement('script');
|
||||
script.type = 'text/javascript';
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<link href="/assets/styles.css" rel="stylesheet">
|
||||
<script>
|
||||
if(typeof Promise === 'undefined') {
|
||||
// Add ployfills for stupid IE
|
||||
if (document.documentMode || /Edge/.test(navigator.userAgent)) {
|
||||
(function(d, script) {
|
||||
script = d.createElement('script');
|
||||
script.type = 'text/javascript';
|
||||
|
||||
@@ -6,9 +6,11 @@
|
||||
<link href="/assets/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta http-equiv="x-ua-compatible" content="IE=edge">
|
||||
<link href="/assets/styles.css" rel="stylesheet">
|
||||
<script>
|
||||
if(typeof Promise === 'undefined') {
|
||||
// Add ployfills for stupid IE
|
||||
if (document.documentMode || /Edge/.test(navigator.userAgent)) {
|
||||
(function(d, script) {
|
||||
script = d.createElement('script');
|
||||
script.type = 'text/javascript';
|
||||
|
||||
Reference in New Issue
Block a user