Idem pour jquery

On met `jquery` dans `shared/static/vendor/`, et on bump un chouïa la version.
This commit is contained in:
Ludovic Stephan 2019-02-12 17:42:21 +01:00 committed by Ludovic Stephan
parent a9dce881bd
commit 22cfaf9b44
5 changed files with 10368 additions and 6 deletions

File diff suppressed because one or more lines are too long

View file

@ -16,7 +16,7 @@
<link rel="stylesheet" href="{% static "font-awesome/css/font-awesome.min.css" %}">
{# JS #}
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<script src="{% static 'vendor/jquery/jquery-3.3.1.min.js' %}"></script>
<script src="{% static 'vendor/bootstrap/js/bootstrap.min.js' %}"></script>
<script src="{% static 'gestioncof/vendor/stupidtable.min.js' %}"></script>
{% block extra_head %}{% endblock %}

View file

@ -20,7 +20,7 @@
{# JS #}
<script type="text/javascript" src="{% static "kfet/js/js.cookie.js" %}"></script>
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<script type="text/javascript" src="{% static 'vendor/jquery/jquery-3.3.1.min.js' %}"></script>
<script type="text/javascript" src="{% static 'vendor/bootstrap/js/bootstrap.min.js' %}"></script>
<script type="text/javascript" src="{% static 'kfet/js/jquery-ui.min.js' %}"></script>
<script type="text/javascript" src="{% static 'kfet/js/jquery-confirm.js' %}"></script>

10364
shared/static/vendor/jquery/jquery-3.3.1.js vendored Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long