X-Git-Url: http://git.pond.sub.org/?p=eow;a=blobdiff_plain;f=static%2Feow.js;h=7dedd45a9ac0d7f52ea45f0273f6b76a5c92206f;hp=19807e408f2a920c9390ee310b130455c26d9be2;hb=a4f36e2bf190fa6f14347a00e309af5a3d74f159;hpb=761774603f988ef58b11ab22c5bbf862819f9cef diff --git a/static/eow.js b/static/eow.js index 19807e4..7dedd45 100644 --- a/static/eow.js +++ b/static/eow.js @@ -74,11 +74,13 @@ function submit_cmdline(cmdline_form) { function prompt(p) { byId("prompt").textContent = p; - get_next_update(); } function msg(m) { eowOut(m); +} + +function next() { get_next_update(); }