From: Anthony Minessale Date: Wed, 13 May 2015 00:52:32 +0000 (-0500) Subject: FS-7509: reset radios per silly jquery rules X-Git-Tag: v1.6.2~614^2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e050d63e58f5100f45bce4241040abda87c58c65;p=thirdparty%2Ffreeswitch.git FS-7509: reset radios per silly jquery rules --- diff --git a/html5/verto/video_demo/verto.js b/html5/verto/video_demo/verto.js index dfa44d3988..b53e5eee70 100644 --- a/html5/verto/video_demo/verto.js +++ b/html5/verto/video_demo/verto.js @@ -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()); }