Skip to content

Commit 0fe5cfc

Browse files
committed
Fix video URL focus when clicking on label
1 parent 356799d commit 0fe5cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ <h2>Musicians' Helper - Repeater</h2>
3838
</div>
3939

4040
<div class="form-group row">
41-
<label class="col-md-4 col-form-label" for="video_url">Video URL</label>
41+
<label class="col-md-4 col-form-label" for="video-url">Video URL</label>
4242
<div class="col-md-8 col-sm-12">
43-
<input id="video-url" class="form-control" name="video_url" type="text" placeholder="https://...">
43+
<input id="video-url" class="form-control" name="video-url" type="text" placeholder="https://...">
4444
<div id="url-invalid" class="invalid-feedback">
4545
Invalid URL. Insert a valid YouTube URL.
4646
</div>

0 commit comments

Comments
 (0)