1
0
Fork 0

gpstrek - Do not disable upload button

master
Martin Boonk 2023-05-24 22:19:05 +02:00
parent 7fc433d4fd
commit 0cee458de8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<input class="form-input" type="file" id="fileSelector"><br/>
<label class="form-label" for="fileName">Filename on watch (must end with .trf an be shorter than 28 characters total)</label>
<input class="form-input" placeholder="route.trf" id="fileName" required pattern="^.{0,24}\.trf$"><br/>
<button class="btn btn-primary" disabled="true" type="button" id="upload">Upload</button><br/>
<button class="btn btn-primary" type="button" id="upload">Upload</button><br/>
</form>
</div>
<script src="../../core/lib/interface.js"></script>