use jquery submodule
This commit is contained in:
parent
501cd014b0
commit
0fdca60520
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
|||||||
[submodule "wetter/static/bootstrap"]
|
[submodule "wetter/static/bootstrap"]
|
||||||
path = wetter/static/bootstrap
|
path = wetter/static/bootstrap
|
||||||
url = https://github.com/twbs/bootstrap.git
|
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
1
wetter/static/jquery
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 75f7e963708b60f37a42b777f35825d33c4f8e7a
|
2
wetter/static/jquery-3.4.1/js/jquery.min.js
vendored
2
wetter/static/jquery-3.4.1/js/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
@ -54,7 +54,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<!-- Optional JavaScript -->
|
<!-- 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/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||||
<script src="/static/wetter/js/wetter.js"></script>
|
<script src="/static/wetter/js/wetter.js"></script>
|
||||||
{% block foot %}{% endblock %}
|
{% block foot %}{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user