Skip to content

Commit

Permalink
Merge pull request #2928 from phillxnet/2920-Remove-obsolete-browser-…
Browse files Browse the repository at this point in the history
…compatibility-html5shim

Remove obsolete browser compatibility - html5shim #2920
  • Loading branch information
phillxnet authored Nov 15, 2024
2 parents 366324d + 60f03c8 commit 5d0525e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions src/rockstor/storageadmin/templates/storageadmin/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
<link href="/static/storageadmin/css/bootstrap-editable.css" rel="stylesheet"/>
<link href="/static/js/lib/select2/4.0.3/css/select2.min.css" rel="stylesheet" />


<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
/*
*
Expand Down
4 changes: 0 additions & 4 deletions src/rockstor/storageadmin/templates/storageadmin/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
<link href="/css/bootstrap-responsive.css" rel="stylesheet">
-->

<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
/*
*
Expand Down
4 changes: 0 additions & 4 deletions src/rockstor/storageadmin/templates/storageadmin/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
<link href="/static/storageadmin/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/storageadmin/css/style.css" rel="stylesheet">

<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
/*
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
<link href="/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="/css/style.css" rel="stylesheet">

<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
Expand Down

0 comments on commit 5d0525e

Please sign in to comment.