Holefully solve #27 by voiding html form submit action

This commit is contained in:
Oskar Winkels 2022-03-26 15:06:28 +01:00
parent 3cfe42023b
commit 1982a45392
Signed by: o.winkels
GPG Key ID: E7484A06E99DAEF1
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
for <a target="_blank" href="//fasttube.de">FaSTTUBe</a>.<br>
For source code & licensing see <a href="//git.fasttube.de/FaSTTUBe/ftracker">git repo</a>
</div>
<form id="mainform" style="display: none">
<form id="mainform" action="javascript:void(0);" style="display: none">
<label>
Full Name:<br>
<input type="text" name="name" id="name" placeholder="John Doe" required>