diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-01 19:20:32 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-04 09:53:44 +0200 |
commit | cd7c17482ee9c166daedad14e6bac304de61c9b5 (patch) | |
tree | 53448d9149646c0d8d402d2652d5830bd023b3c5 /core/js/core.json | |
parent | d281f2625d0896f9231d0987f7a752c01e73e6b6 (diff) | |
download | nextcloud-server-cd7c17482ee9c166daedad14e6bac304de61c9b5.tar.gz nextcloud-server-cd7c17482ee9c166daedad14e6bac304de61c9b5.zip |
Move systemtags to compiled handlebars
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 19f361d2dfe..161e4766f3f 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -58,6 +58,7 @@ "files/fileinfo.js", "files/client.js", "systemtags/systemtags.js", + "systemtags/templates.js", "systemtags/systemtagmodel.js", "systemtags/systemtagscollection.js", "systemtags/systemtagsmappingcollection.js", |