mirror of https://github.com/espruino/BangleApps
Merge pull request #2894 from bobrippling/sched-html
sched: fix `for` reference in interfacepull/2906/head
commit
95c52032b2
|
@ -334,7 +334,7 @@ function onInit() {
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<div class="col-5 col-xs-12">
|
||||
<label class="form-label" for="fileinput">Minutes to alarm in advance</label>
|
||||
<label class="form-label" for="offsetMinutes">Minutes to alarm in advance</label>
|
||||
</div>
|
||||
<div class="col-7 col-xs-12">
|
||||
<input id="offsetMinutes" class="form-input" type="number" value="0" min="0" step="5"/>
|
||||
|
|
Loading…
Reference in New Issue