From 04798c7f52ad67501c53fde9755131801fc2dacf Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Tue, 15 Dec 2020 09:53:12 +0100
Subject: [PATCH] remove support for ie8

---
 smash/web/templates/_base.html      | 6 ------
 smash/web/templates/errors/400.html | 6 ------
 smash/web/templates/errors/403.html | 6 ------
 smash/web/templates/errors/404.html | 6 ------
 smash/web/templates/errors/500.html | 6 ------
 smash/web/templates/login.html      | 6 ------
 6 files changed, 36 deletions(-)

diff --git a/smash/web/templates/_base.html b/smash/web/templates/_base.html
index 630b21c9..641b1987 100644
--- a/smash/web/templates/_base.html
+++ b/smash/web/templates/_base.html
@@ -25,12 +25,6 @@
 
         <link rel="stylesheet" href="{% static 'npm/jquery-ui-dist/jquery-ui.min.css' %}">
 
-
-        <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
-        <!--[if lt IE 9]>
-        <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
-        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
-        <![endif]-->
         <script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js"></script>
         <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css">
     {% endblock styles %}
diff --git a/smash/web/templates/errors/400.html b/smash/web/templates/errors/400.html
index 81842dc7..175c43eb 100644
--- a/smash/web/templates/errors/400.html
+++ b/smash/web/templates/errors/400.html
@@ -24,12 +24,6 @@
         <!-- iCheck -->
         <link rel="stylesheet" href="{% static 'npm/icheck/skins/square/blue.css' %}">
 
-        <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
-        <!--[if lt IE 9]>
-	<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
-	<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
-  <![endif]-->
-
         <style>
             .login-logo-h5 {
                 margin-top: -10px;
diff --git a/smash/web/templates/errors/403.html b/smash/web/templates/errors/403.html
index 312cb292..e9d1c1fe 100644
--- a/smash/web/templates/errors/403.html
+++ b/smash/web/templates/errors/403.html
@@ -24,12 +24,6 @@
         <!-- iCheck -->
         <link rel="stylesheet" href="{% static 'npm/icheck/skins/square/blue.css' %}">
 
-        <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
-        <!--[if lt IE 9]>
-	<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
-	<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
-  <![endif]-->
-
         <style>
             .login-logo-h5 {
                 margin-top: -10px;
diff --git a/smash/web/templates/errors/404.html b/smash/web/templates/errors/404.html
index cdca5e5f..c38130a7 100644
--- a/smash/web/templates/errors/404.html
+++ b/smash/web/templates/errors/404.html
@@ -24,12 +24,6 @@
         <!-- iCheck -->
         <link rel="stylesheet" href="{% static 'npm/icheck/skins/square/blue.css' %}">
 
-        <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
-        <!--[if lt IE 9]>
-	<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
-	<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
-  <![endif]-->
-
         <style>
             .login-logo-h5 {
                 margin-top: -10px;
diff --git a/smash/web/templates/errors/500.html b/smash/web/templates/errors/500.html
index dfaf9656..e8789e4f 100644
--- a/smash/web/templates/errors/500.html
+++ b/smash/web/templates/errors/500.html
@@ -24,12 +24,6 @@
         <!-- iCheck -->
         <link rel="stylesheet" href="{% static 'npm/icheck/skins/square/blue.css' %}">
 
-        <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
-        <!--[if lt IE 9]>
-	<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
-	<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
-  <![endif]-->
-
         <style>
             .login-logo-h5 {
                 margin-top: -10px;
diff --git a/smash/web/templates/login.html b/smash/web/templates/login.html
index 71974041..b3d6f45a 100644
--- a/smash/web/templates/login.html
+++ b/smash/web/templates/login.html
@@ -27,12 +27,6 @@
         <!-- iCheck -->
         <link rel="stylesheet" href="{% static 'npm/icheck/skins/square/blue.css' %}">
 
-        <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
-        <!--[if lt IE 9]>
-	<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
-	<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
-  <![endif]-->
-
         <style>
             .login-logo-h5 {
                 margin-top: -10px;
-- 
GitLab