diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-12-15 19:55:18 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-12-15 19:55:18 +0100 |
commit | be3d4fd303569a99554dbc6c62ce8992a45c51ad (patch) | |
tree | 6ef59f62bee77bf49bdd313810e43eaaa67cc21e /core/js/core.json | |
parent | 76357af2d50b7f040109311286cc57ee53c44cf1 (diff) | |
parent | 207d77e5cdf6386dd22d87a5851adae38ad9f77f (diff) | |
download | nextcloud-server-be3d4fd303569a99554dbc6c62ce8992a45c51ad.tar.gz nextcloud-server-be3d4fd303569a99554dbc6c62ce8992a45c51ad.zip |
Merge pull request #12360 from owncloud/files-tags
Add favorites to files app
Diffstat (limited to 'core/js/core.json')
-rw-r--r-- | core/js/core.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/js/core.json b/core/js/core.json index e529315fdb1..d3a9e2404e8 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -4,7 +4,8 @@ "jquery/jquery-migrate.min.js", "jquery-ui/ui/jquery-ui.custom.js", "underscore/underscore.js", - "moment/min/moment-with-locales.js" + "moment/min/moment-with-locales.js", + "handlebars/handlebars.js" ], "libraries": [ "jquery-showpassword.js", |