diff options
author | Clark Tomlinson <fallen013@gmail.com> | 2014-08-26 13:32:47 -0400 |
---|---|---|
committer | Clark Tomlinson <fallen013@gmail.com> | 2014-08-26 13:32:47 -0400 |
commit | c0bc41ff1e5bd177124927c25284ec8b458e75f0 (patch) | |
tree | 0b4e88b68943ee4d67c85246e3fc28d53fb31199 /lib | |
parent | 3115053bbb3a1ba5d0bb3562bea6b7ef94a09cd0 (diff) | |
parent | f82b788ba5de3db0c5ac7fdc00fe137048778dd9 (diff) | |
download | nextcloud-server-c0bc41ff1e5bd177124927c25284ec8b458e75f0.tar.gz nextcloud-server-c0bc41ff1e5bd177124927c25284ec8b458e75f0.zip |
Merge pull request #10640 from owncloud/add_moment_js
add moment.js
Diffstat (limited to 'lib')
-rw-r--r-- | lib/base.php | 1 |
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) { |