diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-12-15 12:43:05 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-12-15 12:43:05 +0100 |
commit | 20c30ac79a1040680bff778bfd1dd0dc2dbd40d6 (patch) | |
tree | f8453688f921f7abb9748a61e7ecf4e84ae48aa8 /core/js/core.json | |
parent | dfe922b72aad25ad478365ade6deecb063de0f59 (diff) | |
download | nextcloud-server-20c30ac79a1040680bff778bfd1dd0dc2dbd40d6.tar.gz nextcloud-server-20c30ac79a1040680bff778bfd1dd0dc2dbd40d6.zip |
Load handlebars in core
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 ea79724dcc6..88b903d43c4 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -3,7 +3,8 @@ "jquery/jquery.min.js", "jquery/jquery-migrate.min.js", "underscore/underscore.js", - "moment/min/moment-with-locales.js" + "moment/min/moment-with-locales.js", + "handlebars/handlebars.js" ], "libraries": [ "jquery-ui-1.10.0.custom.js", |