diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-09-27 13:18:26 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-09-27 20:16:08 +0200 |
commit | ae1250f422126808691a99de45ec1ae0574678da (patch) | |
tree | a8528046f0e02037535dc83c5aa3ee7826b25881 /apps/files/js/merged-index.json | |
parent | d9842314586c8f19c5c2e763b8e142aa00bd5469 (diff) | |
download | nextcloud-server-ae1250f422126808691a99de45ec1ae0574678da.tar.gz nextcloud-server-ae1250f422126808691a99de45ec1ae0574678da.zip |
Compile filesummary handlebars
Fixes #11030
For https://github.com/orgs/nextcloud/projects/18
This template is now compiled so this no longer has to happen in the
browser. Another step towards a stricter CSP.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files/js/merged-index.json')
-rw-r--r-- | apps/files/js/merged-index.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/merged-index.json b/apps/files/js/merged-index.json index cd7e72e1a51..5b2227b1d3a 100644 --- a/apps/files/js/merged-index.json +++ b/apps/files/js/merged-index.json @@ -6,6 +6,7 @@ "jquery-visibility.js", "fileinfomodel.js", "filesummary.js", + "filesummary_template.js", "filemultiselectmenu.js", "breadcrumb.js", "filelist.js", |