diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-01 20:46:29 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-04 09:53:45 +0200 |
commit | b0fd31496b5edb95264c0ea3139692b5969f40e0 (patch) | |
tree | 77f0034a4759edccf2c3993ce4cefa12e25b077e /core/js/core.json | |
parent | b10cddebe583dff888d844c550f607d52b496d49 (diff) | |
download | nextcloud-server-b0fd31496b5edb95264c0ea3139692b5969f40e0.tar.gz nextcloud-server-b0fd31496b5edb95264c0ea3139692b5969f40e0.zip |
Move OC.Share 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 161e4766f3f..12249d4dbaf 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -33,6 +33,7 @@ "l10n.js", "apps.js", "share.js", + "sharetemplates.js", "sharesocialmanager.js", "shareconfigmodel.js", "shareitemmodel.js", |