Skip to content

Commit

Permalink
This got missed
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Mar 3, 2024
1 parent ba82528 commit 0018f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/templates/_statusComponents.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p id="unique" class="subtitle"></p><br>
<p id="status_error" style="color: red"></p>
<p id="status_window_server_error" style="color: red"></p>
<table class="table table-bordered" id="tableStatus"></table>
<table class="table table-bordered" id="table_status"></table>
<br>
<p>This window can be closed as long as you have the code to stop the stream<br>
If you want to return later, then you will need to go to <a
Expand Down
2 changes: 1 addition & 1 deletion server/templates/main.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
document.getElementById("status_window").hidden = false;
document.getElementById("status_window").style.visibility = "visible";
unique = startResponseJson.unique;
let tableStatus = $("#tableStatus");
let tableStatus = $("#table_status");
if (document.getElementById("record_checkbox").checked) {
tableStatus.append("<tr><td><p class='subtitle'>Recording status</p><pre id='recording_status'></pre><br></td></tr>");
}
Expand Down

0 comments on commit 0018f5a

Please sign in to comment.