diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-12-02 15:27:40 +0100 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-12-02 16:30:03 +0100 |
commit | ee66db447fc12aed4ef441710a29fab2e03aa47e (patch) | |
tree | dc9ec7b20ce51f677396041198082a33fd068292 /apps/files_trashbin/index.php | |
parent | a81d4175ba1d0625a0096c6383f1af4505eb1d4d (diff) | |
download | nextcloud-server-ee66db447fc12aed4ef441710a29fab2e03aa47e.tar.gz nextcloud-server-ee66db447fc12aed4ef441710a29fab2e03aa47e.zip |
make it possible to select folders
Diffstat (limited to 'apps/files_trashbin/index.php')
-rw-r--r-- | apps/files_trashbin/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_trashbin/index.php b/apps/files_trashbin/index.php index d079af3fb6d..93f385dd30b 100644 --- a/apps/files_trashbin/index.php +++ b/apps/files_trashbin/index.php @@ -10,6 +10,7 @@ OCP\Util::addScript('files', 'fileactions'); $tmpl = new OCP\Template('files_trashbin', 'index', 'user'); OCP\Util::addStyle('files', 'files'); +OCP\Util::addStyle('files_trashbin', 'trash'); OCP\Util::addScript('files', 'filelist'); // filelist overrides OCP\Util::addScript('files_trashbin', 'filelist'); |