Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-11-18 13:13:46 +0300
committerJulius Härtl <jus@bitgrid.net>2018-11-18 13:13:46 +0300
commit9536a40025c17afa20a81681684e86fd88f82879 (patch)
tree2e15bac0f808044c5a8da1e2a4be778238cb8ecf /apps/files_external/list.php
parent8bf7ec26e0b064f55224a202f2137b19eb2432d6 (diff)
Fix loading of files external templates file
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/files_external/list.php')
-rw-r--r--apps/files_external/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/list.php b/apps/files_external/list.php
index a63475e78e6..5be3474cbf2 100644
--- a/apps/files_external/list.php
+++ b/apps/files_external/list.php
@@ -36,7 +36,7 @@ $tmpl->assign('showgridview', $showgridview && !$isIE);
/* 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', 'templates');
\OCP\Util::addScript('files_external', 'rollingqueue');
OCP\Util::addScript('files_external', 'app');