use moment submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
1
wetter/static/moment
Submodule
Submodule wetter/static/moment added at 96d0d6791a
File diff suppressed because it is too large
Load Diff
@@ -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 () {
|
||||||
|
|||||||
Reference in New Issue
Block a user