]> git.pond.sub.org Git - eow/blobdiff - static/eow.js
start xdump-mode
[eow] / static / eow.js
index 19807e408f2a920c9390ee310b130455c26d9be2..7dedd45a9ac0d7f52ea45f0273f6b76a5c92206f 100644 (file)
@@ -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();
 }