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>2019-01-17 14:56:18 +0300
committerJulius Härtl <jus@bitgrid.net>2019-03-01 22:56:16 +0300
commitd6aae4317ddb64356cd633121fd858482839fb7d (patch)
tree7c929ff211ff1fe5454eab39fbab6e4998d9fee7 /apps/files_sharing/list.php
parentab4b293854bf627c1d5dafcd7218e36cb3580bad (diff)
Move files_sharing to webpack
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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();