forked from Mirrors/freeswitch
refresh checkboxes in demo
This commit is contained in:
parent
9d46b63742
commit
564393cf27
|
@ -795,6 +795,7 @@ function refresh_devices()
|
|||
|
||||
//$("input[type='radio']).checkboxradio({});
|
||||
$("input[type='radio']").checkboxradio("refresh");
|
||||
$("input[type='checkbox']").checkboxradio("refresh");
|
||||
|
||||
//console.error($("#usecamera").find(":selected").val());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue