Skip to content

Commit

Permalink
Remove legacy html5 shiv
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustin-FL committed Dec 27, 2024
1 parent 41f6400 commit dd88dfd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
4 changes: 0 additions & 4 deletions fir_auth_2fa/templates/two_factor/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<link href="{% static "custom_css/fir.css" %}" rel="stylesheet">
<link href="{% static "custom_css/login.css" %}" rel="stylesheet">
{% block extra_media %}{% endblock %}
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="{% static "js/html5.js" %}"></script>
<![endif]-->

<!-- Fav and touch icons -->
<link rel="shortcut icon" href="{% static "img/favicon.png" %}">
Expand Down
9 changes: 0 additions & 9 deletions incidents/static/js/html5.js

This file was deleted.

5 changes: 0 additions & 5 deletions incidents/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
{% block custom_js_top %}{% endblock %}
{% block custom_css %}{% endblock%}

<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="{% static "js/html5.js" %}"></script>
<![endif]-->

<!-- Fav and touch icons -->
<link rel="shortcut icon" href="{% static "img/favicon.png" %}">
</head>
Expand Down
5 changes: 0 additions & 5 deletions incidents/templates/incidents/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
<link href="{% static "custom_css/fir.css" %}" rel="stylesheet">
<link href="{% static "custom_css/login.css" %}" rel="stylesheet">

<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="{% static "js/html5.js" %}"></script>
<![endif]-->

<!-- Fav and touch icons -->
<link rel="shortcut icon" href="{% static "img/favicon.png" %}">
</head>
Expand Down

0 comments on commit dd88dfd

Please sign in to comment.