chore: remove dead mobile-add-bar.ejs partial (#16)

This commit is contained in:
Samuel Enocsson
2026-05-22 21:27:57 +02:00
parent b51c47dc4c
commit 7ab16994c5
-12
View File
@@ -1,12 +0,0 @@
<form class="mobile-add-bar" onsubmit="searchAndAddPlayerMobile(event)">
<input
id="pdga-number-input-mobile"
name="pdga"
type="text"
inputmode="numeric"
placeholder="PDGA #"
oninput="this.value = this.value.replace(/\D/g,'')"
aria-label="PDGA number"
/>
<button type="submit" class="btn-primary">Add</button>
</form>