]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
refresh checkboxes in demo
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 3 Jun 2015 21:21:12 +0000 (16:21 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 3 Jun 2015 21:21:12 +0000 (16:21 -0500)
html5/verto/video_demo/verto.js

index b53e5eee70a865385a430da7abc7edae28282424..b9e458f3c9944ac1df2b6e5e266de41bd748dc10 100644 (file)
@@ -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());
 }