use moment submodule

This commit is contained in:
Alexander Votteler 2020-04-06 18:51:23 +02:00
parent 4dcd9815e9
commit 6d0a24f838
4 changed files with 5 additions and 4603 deletions

3
.gitmodules vendored
View File

@ -10,3 +10,6 @@
[submodule "wetter/static/Leaflet"]
path = wetter/static/Leaflet
url = https://github.com/Leaflet/Leaflet.git
[submodule "wetter/static/moment"]
path = wetter/static/moment
url = https://github.com/moment/moment.git

1
wetter/static/moment Submodule

@ -0,0 +1 @@
Subproject commit 96d0d6791ab495859d09a868803d31a55c917de1

File diff suppressed because it is too large Load Diff

View File

@ -45,7 +45,7 @@
{% endblock %}
{% block foot %}
<script src="/static/moment-2.24.0/js/moment.js"></script>
<script src="/static/moment/moment.js"></script>
<script src="/static/tempusdominus-5.1.3/js/tempusdominus.min.js"></script>
<script type="text/javascript">
$(function () {