summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2014-08-26 17:39:15 +0200
committerGeorg Ehrke <developer@georgehrke.com>2014-08-26 17:39:15 +0200
commitf82b788ba5de3db0c5ac7fdc00fe137048778dd9 (patch)
treea2896b7de96ddd6176274d02fd27528d85be02f0 /lib/base.php
parentc733842a9a4fb34452ecaa49f5f62079046b54de (diff)
downloadnextcloud-server-f82b788ba5de3db0c5ac7fdc00fe137048778dd9.tar.gz
nextcloud-server-f82b788ba5de3db0c5ac7fdc00fe137048778dd9.zip
add moment.js
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php
index 499ef29f304..1c69d6f5671 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -344,6 +344,7 @@ class OC {
OC_Util::addScript("oc-requesttoken");
OC_Util::addScript("apps");
OC_Util::addScript("snap");
+ OC_Util::addScript("moment");
// avatars
if (\OC_Config::getValue('enable_avatars', true) === true) {