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 }