Skip to content

Commit 11d4d71

Browse files
committed
drop ie8 support
1 parent 7e1dfca commit 11d4d71

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

src/views/log.blade.php

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,11 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
66
<title>Laravel log viewer</title>
7-
8-
<!-- Bootstrap -->
9-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
7+
<link rel="stylesheet"
8+
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
9+
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
10+
crossorigin="anonymous">
1011
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.16/css/dataTables.bootstrap4.min.css">
11-
12-
13-
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
14-
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
15-
<!--[if lt IE 9]>
16-
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
17-
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
18-
<![endif]-->
1912
<style>
2013
body {
2114
padding: 25px;
@@ -38,7 +31,7 @@
3831
.btn {
3932
font-size: 0.7rem;
4033
}
41-
34+
4235
.stack {
4336
font-size: 0.85em;
4437
}
@@ -148,8 +141,12 @@ class="fa fa-search"></span></button>@endif
148141
</div>
149142
</div>
150143
<!-- jQuery for Bootstrap -->
151-
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
152-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
144+
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
145+
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
146+
crossorigin="anonymous"></script>
147+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
148+
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
149+
crossorigin="anonymous"></script>
153150
<!-- FontAwesome -->
154151
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
155152
<!-- Datatables -->

0 commit comments

Comments
 (0)