diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-19 08:41:01 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-19 08:41:01 +0200 |
commit | c43e0d6e283773b5c531d55fbd652879849b9f4d (patch) | |
tree | 1a9da376cb5218d9d7e2026c00e42b83d3f6d719 /apps/files_external/list.php | |
parent | a1ea504edf529a364be9b66fda5d100d62dcc0b9 (diff) | |
download | nextcloud-server-c43e0d6e283773b5c531d55fbd652879849b9f4d.tar.gz nextcloud-server-c43e0d6e283773b5c531d55fbd652879849b9f4d.zip |
Move files_external to compiled handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_external/list.php')
-rw-r--r-- | apps/files_external/list.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/list.php b/apps/files_external/list.php index bda484d996e..35ad6e60447 100644 --- a/apps/files_external/list.php +++ b/apps/files_external/list.php @@ -28,6 +28,7 @@ $tmpl = new OCP\Template('files_external', 'list', ''); /* Load Status Manager */ \OCP\Util::addStyle('files_external', 'external'); \OCP\Util::addScript('files_external', 'statusmanager'); +\OCP\Util::addScript('files_external', 'templates.js'); \OCP\Util::addScript('files_external', 'rollingqueue'); OCP\Util::addScript('files_external', 'app'); |