summaryrefslogtreecommitdiffstats
path: root/apps/files_external/list.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-19 08:41:01 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-19 08:41:01 +0200
commitc43e0d6e283773b5c531d55fbd652879849b9f4d (patch)
tree1a9da376cb5218d9d7e2026c00e42b83d3f6d719 /apps/files_external/list.php
parenta1ea504edf529a364be9b66fda5d100d62dcc0b9 (diff)
downloadnextcloud-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.php1
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');