From e050d63e58f5100f45bce4241040abda87c58c65 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 12 May 2015 19:52:32 -0500 Subject: [PATCH] FS-7509: reset radios per silly jquery rules --- html5/verto/video_demo/verto.js | 3 +++ 1 file changed, 3 insertions(+) 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()); }