Skip to content

Commit

Permalink
Cleanup: Removing unneeded:IE8 support. local js.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardreiter committed Nov 15, 2016
1 parent 937b45d commit f5a4abe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
<link rel="stylesheet" href="/static/css/AdminLTE.min.css">
<link rel="stylesheet" href="/static/css/skin-blue-light.min.css">
<link rel="stylesheet" href="/static/js/plugins/pace/pace.min.css">

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[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]-->
</head>
<body class="hold-transition skin-blue-light sidebar-mini">
<div id="root"></div>
Expand All @@ -30,6 +23,5 @@
<script src="/static/js/plugins/bootstrap/bootstrap.min.js"></script>
<script src="/static/js/plugins/AdminLTE/app.min.js"></script>
<script src="/static/js/plugins/pace/pace.min.js"></script>
<script src="/static/js/fody.js"></script>
</body>
</html>
Empty file removed static/js/fody.js
Empty file.

0 comments on commit f5a4abe

Please sign in to comment.