chore: remove dead mobile-add-bar.ejs partial (#16)
This commit is contained in:
@@ -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>
|
|
||||||
Reference in New Issue
Block a user