summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2017-06-08 17:07:01 +0200
committerDaniel Schaal <daniel@schaal.email>2017-06-10 11:19:07 +0200
commitf5abeadcc4afb941fd98fd8564bd259c1a316448 (patch)
tree269c6defd903b78166ac146863dd0461f9e7815f /templates
parentd5399b7b6d3c3404a5b0a1990a95b722d448a425 (diff)
Update moment to 2.18
momentjs was renamed to moment, update all references
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index aa00aed2c..f341d40a3 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -8,7 +8,7 @@ script('news', [
'vendor/angular-animate/angular-animate.min',
'vendor/angular-route/angular-route.min',
'vendor/angular-sanitize/angular-sanitize.min',
- 'vendor/momentjs/min/moment-with-locales.min',
+ 'vendor/moment/min/moment-with-locales.min',
'vendor/masonry/dist/masonry.pkgd.min',
'build/app.min',
]);