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"] [submodule "wetter/static/Leaflet"]
path = wetter/static/Leaflet path = wetter/static/Leaflet
url = https://github.com/Leaflet/Leaflet.git 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

Submodule wetter/static/moment added at 96d0d6791a

File diff suppressed because it is too large Load Diff

View File

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