From c8d2d4d33e316769c09f1ac00b5588a24da10692 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sun, 20 Oct 2019 15:23:41 -0400 Subject: [PATCH] few more fixes for lehonkform --- views/honkform.html | 4 ++-- views/honkpage.js | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/views/honkform.html b/views/honkform.html index 6532a57..72b2e9d 100644 --- a/views/honkform.html +++ b/views/honkform.html @@ -1,8 +1,8 @@

- +

- +

let's make some noise

diff --git a/views/honkpage.js b/views/honkpage.js index aaeaf53..487d027 100644 --- a/views/honkpage.js +++ b/views/honkpage.js @@ -246,6 +246,8 @@ function showhonkform(elem, rid, hname) { ridinput.value = "" honknoise.value = "" } + var updateinput = document.getElementById("updatexidinput") + updateinput.value = "" document.getElementById("honknoise").focus() return false }