mirror of
https://github.com/pklaus/brother_ql_web.git
synced 2024-05-25 11:56:53 +03:00
upgrade bootstrap / jQuery to latest version
This commit is contained in:
parent
b59f981cec
commit
1c359ba77b
6
static/css/bootstrap-3.3.7.min.css
vendored
Normal file
6
static/css/bootstrap-3.3.7.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6
static/css/bootstrap.min.css
vendored
6
static/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
1
static/css/bootstrap.min.css
vendored
Symbolic link
1
static/css/bootstrap.min.css
vendored
Symbolic link
|
@ -0,0 +1 @@
|
|||
bootstrap-3.3.7.min.css
|
7
static/js/bootstrap-3.3.7.min.js
vendored
Normal file
7
static/js/bootstrap-3.3.7.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
7
static/js/bootstrap.min.js
vendored
7
static/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
1
static/js/bootstrap.min.js
vendored
Symbolic link
1
static/js/bootstrap.min.js
vendored
Symbolic link
|
@ -0,0 +1 @@
|
|||
bootstrap-3.3.7.min.js
|
4
static/js/jquery-3.1.1.min.js
vendored
Normal file
4
static/js/jquery-3.1.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
5
static/js/jquery.min.js
vendored
5
static/js/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
1
static/js/jquery.min.js
vendored
Symbolic link
1
static/js/jquery.min.js
vendored
Symbolic link
|
@ -0,0 +1 @@
|
|||
jquery-3.1.1.min.js
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user