Skip to content

Commit

Permalink
Merge pull request #19895 from owncloud/fix-public-pagination
Browse files Browse the repository at this point in the history
Fix pagination on public file list
  • Loading branch information
MorrisJobke committed Oct 20, 2015
2 parents 122f8d8 + 480a005 commit a0e4793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_sharing/js/public.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ OCA.Sharing.PublicApp = {
$el,
{
id: 'files.public',
scrollContainer: $(window),
scrollContainer: $('#content-wrapper'),
dragOptions: dragOptions,
folderDropOptions: folderDropOptions,
fileActions: fileActions,
Expand Down

0 comments on commit a0e4793

Please sign in to comment.