added elseif

This commit is contained in:
Erik Pellikka 2016-02-23 09:12:54 -05:00 committed by Morris Jobke
parent 45ff21e8d5
commit d3467edb70
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ var dragOptions={
$(scrollingArea).scrollTop(currentScrollTop-=10); $(scrollingArea).scrollTop(currentScrollTop-=10);
} }
if (event.pageY > bottom) else if (event.pageY > bottom)
{ {
$(scrollingArea).scrollTop(currentScrollTop+=10); $(scrollingArea).scrollTop(currentScrollTop+=10);