From 564393cf27618ddf3140ef05f35901d6beb6dbcd Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 3 Jun 2015 16:21:12 -0500 Subject: [PATCH] refresh checkboxes in demo --- html5/verto/video_demo/verto.js | 1 + 1 file changed, 1 insertion(+) 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()); }