2021-11-10 Fred Gleason <fredg@paravelsystems.com>

* Added 'all' to the set of available cart types in
	'web/tests/listcarts.html'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-11-10 12:14:16 -05:00
parent 500365989f
commit 73b5ca405e
2 changed files with 4 additions and 0 deletions

View File

@ -22604,3 +22604,6 @@
'segueEndPointCart', 'segueEndPointCart', 'fadeupPointCart',
'fadeupPointLog', 'fadedownPointCart' and 'fadedownPointLog'
fields to the return of the 'rivwebpyapi.ListLog()' call.
2021-11-10 Fred Gleason <fredg@paravelsystems.com>
* Added 'all' to the set of available cart types in
'web/tests/listcarts.html'.

View File

@ -28,6 +28,7 @@
<tr>
<td align="right">TYPE:</td>
<td><select name="TYPE">
<option value="all">all</option>
<option value="audio">audio</option>
<option value="macro">macro</option>
</select>