Update index.html
Don't add blank "src" because of the checked "selectall" box.
This commit is contained in:
+2
-2
@@ -70,7 +70,7 @@
|
|||||||
<label><input type="checkbox" name="mp4" checked>mp4</label>
|
<label><input type="checkbox" name="mp4" checked>mp4</label>
|
||||||
<label><input type="checkbox" name="mjpeg" checked>mjpeg</label>
|
<label><input type="checkbox" name="mjpeg" checked>mjpeg</label>
|
||||||
</div>
|
</div>
|
||||||
<table id="streams">
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><input id="selectall" type="checkbox">Name</th>
|
<th><input id="selectall" type="checkbox">Name</th>
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
<th>Commands</th>
|
<th>Commands</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody id="streams">
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user