mirror of
https://git.cant.at/Madeorsk/PollVerlaine
synced 2024-11-21 21:04:32 +01:00
Remove debug log from javascript.
This commit is contained in:
parent
dccf0a960c
commit
e4851eba92
@ -20,7 +20,6 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
while(next_id < 4) create_choice();
|
||||
|
||||
let form = document.getElementById("newpoll");
|
||||
console.log(`${location.href}/polls`);
|
||||
form.addEventListener("submit", (event) => {
|
||||
event.preventDefault();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user