use jquery submodule

This commit is contained in:
Alexander Votteler 2020-04-06 18:20:22 +02:00
parent 501cd014b0
commit 0fdca60520
4 changed files with 5 additions and 3 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "wetter/static/bootstrap"]
path = wetter/static/bootstrap
url = https://github.com/twbs/bootstrap.git
[submodule "wetter/static/jquery"]
path = wetter/static/jquery
url = https://github.com/jquery/jquery.git

1
wetter/static/jquery Submodule

@ -0,0 +1 @@
Subproject commit 75f7e963708b60f37a42b777f35825d33c4f8e7a

File diff suppressed because one or more lines are too long

View File

@ -54,7 +54,7 @@
</div>
</footer>
<!-- Optional JavaScript -->
<script src="/static/jquery-3.4.1/js/jquery.min.js"></script>
<script src="/static/jquery/dist/jquery.min.js"></script>
<script src="/static/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="/static/wetter/js/wetter.js"></script>
{% block foot %}{% endblock %}