diff --git a/templates/party.html b/templates/party.html index d96a8e4..8fe6d91 100644 --- a/templates/party.html +++ b/templates/party.html @@ -130,6 +130,7 @@ let code = document.getElementById("student_number").value; console.log(code); scan_ticket(code); + document.getElementById("student_number").value = ""; } function button_click_handler() {