]> source.dussan.org Git - nextcloud-server.git/commit
Use body element when animating scroll in public page
authorVincent Petry <pvince81@owncloud.com>
Wed, 15 Oct 2014 08:14:20 +0000 (10:14 +0200)
committerVincent Petry <pvince81@owncloud.com>
Wed, 15 Oct 2014 08:14:20 +0000 (10:14 +0200)
commit704ffaa6a37730f02a3359e8e8f0a0070f0e0d31
tree7a5a730ccba8f0a1fcd1a1ffd8b1dc2b36a78208
parent3b3affa1ef26cb55706b851fc1a13206845754e4
Use body element when animating scroll in public page

In the public page the scroll container is the window instead of a div.
The $(window) object doesn't support animating the scroll property, so
the $('body') element is used instead.
apps/files/js/filelist.js