From: Anthony Minessale Date: Wed, 3 Jun 2015 21:21:12 +0000 (-0500) Subject: refresh checkboxes in demo X-Git-Tag: v1.6.2~560 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=564393cf27618ddf3140ef05f35901d6beb6dbcd;p=thirdparty%2Ffreeswitch.git refresh checkboxes in demo --- diff --git a/html5/verto/video_demo/verto.js b/html5/verto/video_demo/verto.js index b53e5eee70..b9e458f3c9 100644 --- a/html5/verto/video_demo/verto.js +++ b/html5/verto/video_demo/verto.js @@ -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()); }