mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
FS-7509: reset radios per silly jquery rules
This commit is contained in:
parent
593bd56bc6
commit
e050d63e58
@ -793,6 +793,9 @@ function refresh_devices()
|
||||
$("#usemic").selectmenu('refresh', true);
|
||||
$("#useshare").selectmenu('refresh', true);
|
||||
|
||||
//$("input[type='radio']).checkboxradio({});
|
||||
$("input[type='radio']").checkboxradio("refresh");
|
||||
|
||||
//console.error($("#usecamera").find(":selected").val());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user