From 5e6537e92caa051c81b79d21f50ec5553309acc3 Mon Sep 17 00:00:00 2001 From: Julius de Jeu Date: Tue, 28 Jun 2022 19:32:12 +0200 Subject: [PATCH] Pain --- templates/party.html | 1 + 1 file changed, 1 insertion(+) 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() {