diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-11-03 11:18:52 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-11-03 20:54:50 +0100 |
commit | 1a405e56f5aa4442c2bdbb41a233fc13b6a101a3 (patch) | |
tree | 9df7ad6ef6ab9191fe58110f67c9a5aac6cd51d7 /lib/base.php | |
parent | d763b320486a3cd475c0e7a1537b0954341287d6 (diff) | |
download | nextcloud-server-1a405e56f5aa4442c2bdbb41a233fc13b6a101a3.tar.gz nextcloud-server-1a405e56f5aa4442c2bdbb41a233fc13b6a101a3.zip |
replace moment.js with bower version
* fix JS unit tests
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index 7fa53c3a074..11c5167786d 100644 --- a/lib/base.php +++ b/lib/base.php @@ -348,7 +348,7 @@ class OC { OC_Util::addScript("oc-requesttoken"); OC_Util::addScript("apps"); OC_Util::addScript("snap"); - OC_Util::addScript("moment"); + OC_Util::addVendorScript('moment/min/moment-with-locales'); // avatars if (\OC_Config::getValue('enable_avatars', true) === true) { |