summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/list.php')
-rw-r--r--apps/files_sharing/list.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_sharing/list.php b/apps/files_sharing/list.php
index 9eed10f8d26..1866c73b68c 100644
--- a/apps/files_sharing/list.php
+++ b/apps/files_sharing/list.php
@@ -32,7 +32,6 @@ $tmpl = new OCP\Template('files_sharing', 'list', '');
// gridview not available for ie
$tmpl->assign('showgridview', $showgridview && !$isIE);
-OCP\Util::addScript('files_sharing', 'app');
-OCP\Util::addScript('files_sharing', 'sharedfilelist');
+OCP\Util::addScript('files_sharing', 'dist/files_sharing');
$tmpl->printPage();