Skip to content

Commit

Permalink
removed unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Oct 16, 2024
1 parent 71bf041 commit 344fc19
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions html/audiorecording.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,18 @@ <h2>Audio Recording<br></h2>
</br>
<h2> Test Recording</h2>
<div class="row">
<div class="col-3">
<button id="audio-test-button" class="btn btn-primary mb-4" {{if eq .AudioRecording.AudioMode "Disabled"}} disabled {{else}} enabled {{end}}>Take Test Recording</button>
</div>
<!-- <div class="col-3">
<label id="audio-test-status"></label>
</div> -->
<div class="col-3">
<button id="audio-test-button" class="btn btn-primary mb-4" {{if eq .AudioRecording.AudioMode "Disabled"}} disabled {{else}} enabled {{end}}>Take Test Recording</button>
</div>
</div>
<h2> 5 Recording</h2>
<div class="row">
<div class="col-3">
<button id="audio-recording-button" class="btn btn-primary mb-4" {{if eq .AudioRecording.AudioMode "Disabled"}} disabled {{else}} enabled {{end}}>Take 5 Minute Recording</button>
</div>
<div class="col-3">
<label id="audio-test-status"></label>
</div>
<div class="col-3">
<button id="audio-recording-button" class="btn btn-primary mb-4" {{if eq .AudioRecording.AudioMode "Disabled"}} disabled {{else}} enabled {{end}}>Take 5 Minute Recording</button>
</div>
<div class="col-3">
<label id="audio-test-status"></label>
</div>
</div>
</div>

Expand Down

0 comments on commit 344fc19

Please sign in to comment.