Update dependencies

This commit is contained in:
Christoph Wiechert
2018-12-14 15:19:47 +01:00
parent 5fb623b512
commit 0260c734e0
15 changed files with 5586 additions and 5029 deletions

View File

@@ -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';

View File

@@ -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';

View File

@@ -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';