Skip to content

Commit

Permalink
rename monitor to solo. Fixes #227
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkaufman committed Mar 7, 2021
1 parent 650d551 commit c2c93af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ function update_active_users(
});

const monitorButton = document.createElement("button");
monitorButton.appendChild(document.createTextNode("mon"));
monitorButton.appendChild(document.createTextNode("solo"));
monitorButton.addEventListener("click", ()=>{mixerMonitorButtonClick(newUserId)});

consoleChannel.appendChild(channelName);
Expand Down
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ <h3>Mixing Console</h3>

<div id=mixingConsole>
<div id=hearMonitorDiv>
Hear Monitor Mix: <input type="checkbox" id="hearMonitor">
Hear Solos Mix: <input type="checkbox" id="hearMonitor">
</div>
<button id=sortConsole>Sort</button>
</div>
Expand Down

0 comments on commit c2c93af

Please sign in to comment.