Skip to content

Commit 69a5a4b

Browse files
committed
web/index: Remove obsolete commented rows from presets
1 parent 4de7e57 commit 69a5a4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/index.html

-2
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,9 @@
8282
<tr>
8383
<th rowspan="3" title="Presets allow you to give a name to a {scene, resolution} combination and jump directly there. Recommended to make scenes configured for each instructor. Note they still have to screenshare on Zoom.">Scene presets:</th>
8484
<td><button class="preset-go" id="preset-a">Go</button></td>
85-
<!--<td><button class="preset-label synced" id="preset-a" syncwith="preset-preset-a-label">A</button></td>-->
8685
<td><input class="preset-label synced" id="preset-a" type="text" syncwith="preset-preset-a-label" value="A" size="10"></td>
8786
<td><select class="preset-sbox synced" id="preset-a" syncwith="preset-preset-a-sbox"></select></td>
8887
<td><select class="preset-rbox synced" id="preset-a" syncwith="preset-preset-a-rbox"></select></td>
89-
<!--<td><button class="preset-rename" id="preset-a">r</button></td>-->
9088
<td>&nbsp&nbsp</td>
9189
<td><button class="preset-go" id="preset-b">Go</button></td>
9290
<td><input class="preset-label synced" id="preset-b" type="text" syncwith="preset-preset-b-label" value="B" size="10"></td>

0 commit comments

Comments
 (0)