Skip to content

Commit

Permalink
Fix issue with form submit action
Browse files Browse the repository at this point in the history
  • Loading branch information
proginosko committed Nov 27, 2022
1 parent 069749f commit 835eb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lockdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<div id="form-container">

<form id="form" style="display: none;">
<form id="form" style="display: none;" action="javascript: null;">

<fieldset class="ui-widget ui-widget-content">
<legend>LeechBlock Lockdown</legend>
Expand Down

0 comments on commit 835eb09

Please sign in to comment.