diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-09-27 16:20:57 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-09-27 20:33:58 +0200 |
commit | c9e93b8084e45d6773e57932165739738c075889 (patch) | |
tree | 2fcc8cb18c0161c1990fe6fa3d8f3dfdb83bbcfe /core/js/core.json | |
parent | d9842314586c8f19c5c2e763b8e142aa00bd5469 (diff) | |
download | nextcloud-server-c9e93b8084e45d6773e57932165739738c075889.tar.gz nextcloud-server-c9e93b8084e45d6773e57932165739738c075889.zip |
Compile contactmenu handlebars templates
Fixes #11029
For https://github.com/orgs/nextcloud/projects/18
Ship the compiled handlebars templates. This makes it possible to have a
scricter CSP.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/js/core.json')
-rw-r--r-- | core/js/core.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/core.json b/core/js/core.json index 2ebc2e710ed..19f361d2dfe 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -42,6 +42,7 @@ "sharedialogshareelistview.js", "octemplate.js", "contactsmenu.js", + "contactsmenu_templates.js", "eventsource.js", "config.js", "public/appconfig.js", |