Bootstrap.pm: remove support for IE8 and older

This commit is contained in:
Dietmar Maurer 2017-01-14 15:42:36 +01:00
parent 6edb39f69b
commit 239710aff0

View File

@ -6,6 +6,10 @@ use URI::Escape;
use HTML::Entities;
use JSON;
# FIXME: page title
# FIXME: cookie_name
# FIXME: console code??
# Helpers to generate simple html pages using Bootstrap markup.
my $jssrc = <<_EOJS;
@ -108,13 +112,6 @@ body {
}
</style>
<!-- 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/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->