[Pkg-owncloud-commits] [owncloud] 65/129: fix pagination on public file list
David Prévot
taffit at moszumanska.debian.org
Thu Nov 5 01:04:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 234d9d8a58024d244b64e71fd2074db645f13a2d
Author: Hendrik Leppelsack <hendrik at leppelsack.de>
Date: Tue Oct 20 15:46:56 2015 +0200
fix pagination on public file list
---
apps/files_sharing/js/public.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/files_sharing/js/public.js b/apps/files_sharing/js/public.js
index 16b4f15..246b639 100644
--- a/apps/files_sharing/js/public.js
+++ b/apps/files_sharing/js/public.js
@@ -54,7 +54,7 @@ OCA.Sharing.PublicApp = {
$el,
{
id: 'files.public',
- scrollContainer: $(window),
+ scrollContainer: $('#content-wrapper'),
dragOptions: dragOptions,
folderDropOptions: folderDropOptions,
fileActions: fileActions,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list