use jquery submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
1
wetter/static/jquery
Submodule
Submodule wetter/static/jquery added at 75f7e96370
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>
|
||||
</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 %}
|
||||
|
||||
Reference in New Issue
Block a user