summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorErik Pellikka <erik@pellikka.org>2016-02-23 09:12:54 -0500
committerMorris Jobke <hey@morrisjobke.de>2016-05-13 21:01:13 +0200
commitd3467edb70b9fbe8a520294e2e2ca192bbb51384 (patch)
tree0be4095c581d2c5759e2beec0d98040c695a10f4 /apps/files
parent45ff21e8d55839470039ba42f0d41f7c0acb60be (diff)
downloadnextcloud-server-d3467edb70b9fbe8a520294e2e2ca192bbb51384.tar.gz
nextcloud-server-d3467edb70b9fbe8a520294e2e2ca192bbb51384.zip
added elseif
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/js/files.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/files.js b/apps/files/js/files.js
index 39a25becf12..028ff94b88c 100644
--- a/apps/files/js/files.js
+++ b/apps/files/js/files.js
@@ -412,7 +412,7 @@ var dragOptions={
$(scrollingArea).scrollTop(currentScrollTop-=10);
}
- if (event.pageY > bottom)
+ else if (event.pageY > bottom)
{
$(scrollingArea).scrollTop(currentScrollTop+=10);