summaryrefslogtreecommitdiffstats
path: root/core/js/core.json
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/core.json')
-rw-r--r--core/js/core.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/js/core.json b/core/js/core.json
index e2da1402888..3297b44318d 100644
--- a/core/js/core.json
+++ b/core/js/core.json
@@ -1,4 +1,7 @@
{
+ "vendor": [
+ "moment/min/moment-with-locales.js"
+ ],
"libraries": [
"jquery-1.10.0.min.js",
"jquery-migrate-1.2.1.min.js",
@@ -19,7 +22,6 @@
"eventsource.js",
"config.js",
"multiselect.js",
- "oc-requesttoken.js",
- "moment.js"
+ "oc-requesttoken.js"
]
}