From f9b5ab7b9be3c664bb0338537bcb99348f298b44 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Sun, 29 Mar 2020 00:48:32 -0400 Subject: [PATCH] small oversight breaking chrome in last code push We should be having better automatic camera selection, but I also reverted some things. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d54a247..f347a24 100644 --- a/index.html +++ b/index.html @@ -1070,7 +1070,7 @@ function previewWebcam(){ audioSelect.onchange = function(){console.log("CHANGED");activatedPreview=false;grabVideo();}; videoSelect.onchange = function(){activatedPreview=false;grabVideo();}; - + activatedPreview = false; grabVideo(); }).catch(handleError);