diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-01 19:11:22 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-04 09:53:44 +0200 |
commit | d281f2625d0896f9231d0987f7a752c01e73e6b6 (patch) | |
tree | 77c0370729d745f2d6eadca4150c5243ecebcf8c /apps/comments/js/merged.json | |
parent | 187953153a76e67d4ffa7b3f5af4169665b5d653 (diff) | |
download | nextcloud-server-d281f2625d0896f9231d0987f7a752c01e73e6b6.tar.gz nextcloud-server-d281f2625d0896f9231d0987f7a752c01e73e6b6.zip |
Move Comments to compiled handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/comments/js/merged.json')
-rw-r--r-- | apps/comments/js/merged.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/comments/js/merged.json b/apps/comments/js/merged.json index d5b2b882334..8f40b5621a6 100644 --- a/apps/comments/js/merged.json +++ b/apps/comments/js/merged.json @@ -1,5 +1,6 @@ [ "app.js", + "templates.js", "commentmodel.js", "commentcollection.js", "commentsummarymodel.js", |