upgrade bootstrap / jQuery to latest version

This commit is contained in:
Philipp Klaus 2016-12-18 15:10:02 +01:00
parent b59f981cec
commit 1c359ba77b
7 changed files with 22 additions and 20 deletions

6
static/css/bootstrap-3.3.7.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
static/css/bootstrap.min.css vendored Symbolic link
View File

@ -0,0 +1 @@
bootstrap-3.3.7.min.css

7
static/js/bootstrap-3.3.7.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
static/js/bootstrap.min.js vendored Symbolic link
View File

@ -0,0 +1 @@
bootstrap-3.3.7.min.js

4
static/js/jquery-3.1.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
static/js/jquery.min.js vendored Symbolic link
View File

@ -0,0 +1 @@
jquery-3.1.1.min.js

View File

@ -7,7 +7,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="/static/css/bootstrap.min.css" integrity="sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd" crossorigin="anonymous">
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<title>{% block page_title %}{% endblock %} | Brother QL</title>
</head>
@ -17,7 +17,7 @@
<!-- jQuery first, then Bootstrap JS. -->
<script src="/static/js/jquery.min.js"></script>
<script src="/static/js/bootstrap.min.js" integrity="sha384-vZ2WRJMwsjRMW/8U7i6PWi6AlO1L79snBrmgiDpgIWJ82z8eA5lenwvxbMV1PAh7" crossorigin="anonymous"></script>
<script src="/static/js/bootstrap.min.js"></script>
<script type="text/javascript">
{% block javascript %}{% endblock %}
</script>