extend timeout before pushing focus to Flash

This commit is contained in:
Chad Pilkey 2017-12-15 17:34:59 -05:00
parent dfa2a1925c
commit 2d72bba4c4

View File

@ -1,7 +1,7 @@
$(function () {
setTimeout(function(){
$('#BigBlueButton').focus();
},1000);
},2000);
});
function startFlashFocus() {