X-Git-Url: http://git.pond.sub.org/?p=eow;a=blobdiff_plain;f=static%2Feow.js;h=631894f0b70ff92059ca0daa4dddb03d8bb3c4e2;hp=2379559f338b2a5765f8bd9ac14045e0cdf23c03;hb=d0df339544e58ba26876518ca78eedc1ebb72583;hpb=8d337ccca1a09d8fb3c03e70d6209ae5427eb549 diff --git a/static/eow.js b/static/eow.js index 2379559..631894f 100644 --- a/static/eow.js +++ b/static/eow.js @@ -11,7 +11,7 @@ function setup() { function eowOut(output) { $("#output").append("
" + output + "
"); - window.scrollTo(0, window.scrollMaxY); + $("input")[0].scrollIntoView(false); } function get_next_update() {