Commit 4c623dc1 authored by Leo Iannacone's avatar Leo Iannacone

fix use delay on scrolling down

parent 97d5e372
......@@ -96,7 +96,7 @@ function Page_Distrubion(socket) {
debug(2, 'scrolling page down - height', height);
$('html,body').animate({
scrollTop: height
}, 0);
}, delay);
},
up: function (delay) {
if (delay === undefined)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment