mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed submitting error
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
</div>
|
||||
<div class="result hiddenAdmin" id="adminPanel"><?php include("php/panel.php");?> </div>
|
||||
<form id="findform">
|
||||
<form id="findform" onsubmit="return false;">
|
||||
<input id="findform-input" type="text" onsubmit="null;" placeholder="Search list..">
|
||||
</form>
|
||||
<div id="playlist">
|
||||
|
||||
Reference in New Issue
Block a user