Skip to content

Commit

Permalink
rename offset to time travel. Fixes #161
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkaufman committed Jan 6, 2021
1 parent 063ef39 commit 219b854
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,9 @@
}

#audioOffset {
width: 3em;
width: 2.5em;
text-align: right;
margin-right: 0.1em;
}

#rememberedCalibrationInstructions, #latencyCalibrationInstructions {
Expand Down Expand Up @@ -905,7 +907,7 @@ <h3>Settings that affect everyone</h3>
</div>

<!-- DELAY_INTERVAL * LAYERING_DEPTH -->
<div>Offset: <input type=text id=audioOffset value="18"></div>
<div>Time Travel: <input type=text id=audioOffset value="18">s</div>

<div>Users: <span id=total_users_connected>...</span></div>
</div>
Expand Down

0 comments on commit 219b854

Please sign in to comment.