Holefully solve #27 by voiding html form submit action
This commit is contained in:
parent
3cfe42023b
commit
1982a45392
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue