summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-24 10:29:46 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-24 11:01:11 +0200
commit440b5c944f1d5bb759da1f90ad7fb17ba0e2b302 (patch)
tree26ddf0e828c1b7b4ac0ba359a7dbdbfb16f3a846 /apps/files_trashbin/js
parent0274507cb10b53cfd38bd0ae3810c26cdb172ad1 (diff)
downloadnextcloud-server-440b5c944f1d5bb759da1f90ad7fb17ba0e2b302.tar.gz
nextcloud-server-440b5c944f1d5bb759da1f90ad7fb17ba0e2b302.zip
Fixed scrolling container
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_trashbin/js')
-rw-r--r--apps/files_trashbin/js/app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_trashbin/js/app.js b/apps/files_trashbin/js/app.js
index 002c01bf967..5c29c1232bb 100644
--- a/apps/files_trashbin/js/app.js
+++ b/apps/files_trashbin/js/app.js
@@ -26,7 +26,6 @@ OCA.Trashbin.App = {
var urlParams = OC.Util.History.parseUrlQuery();
this.fileList = new OCA.Trashbin.FileList(
$('#app-content-trashbin'), {
- scrollContainer: $('#app-content'),
fileActions: this._createFileActions(),
detailsViewEnabled: false,
scrollTo: urlParams.scrollto,