mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Download bootstrap and jquery to static dir
- Allow to run offline
This commit is contained in:
parent
1df1bf2c07
commit
50fcf5363c
InvenTree
6
InvenTree/static/css/bootstrap_3.3.7_css_bootstrap.min.css
vendored
Normal file
6
InvenTree/static/css/bootstrap_3.3.7_css_bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2
InvenTree/static/script/jquery_3.3.1_jquery.min.js
vendored
Normal file
2
InvenTree/static/script/jquery_3.3.1_jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -8,22 +8,15 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<!-- Bootstrap CSS -->
|
||||
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
|
||||
|
||||
<!-- Local stylesheet -->
|
||||
<!-- CSS -->
|
||||
<link rel='stylesheet' href="{% static 'css/bootstrap_3.3.7_css_bootstrap.min.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'css/inventree.css' %}">
|
||||
|
||||
<!-- AJAX -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
||||
|
||||
<!-- Bootstrap javascript -->
|
||||
<!--
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
||||
-->
|
||||
<!-- Scripts -->
|
||||
<script type="text/javascript" src="{% static 'script/jquery_3.3.1_jquery.min.js' %}"></script>
|
||||
|
||||
|
||||
{% block head %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user