Skip to content
Snippets Groups Projects
Commit 480a005b authored by Hendrik Leppelsack's avatar Hendrik Leppelsack
Browse files

fix pagination on public file list

parent 122f8d83
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ OCA.Sharing.PublicApp = { ...@@ -54,7 +54,7 @@ OCA.Sharing.PublicApp = {
$el, $el,
{ {
id: 'files.public', id: 'files.public',
scrollContainer: $(window), scrollContainer: $('#content-wrapper'),
dragOptions: dragOptions, dragOptions: dragOptions,
folderDropOptions: folderDropOptions, folderDropOptions: folderDropOptions,
fileActions: fileActions, fileActions: fileActions,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment