forked from FOSS/BangleApps
gpstrek - Do not disable upload button
parent
7fc433d4fd
commit
0cee458de8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue