extend timeout before pushing focus to Flash
This commit is contained in:
parent
dfa2a1925c
commit
2d72bba4c4
@ -1,7 +1,7 @@
|
||||
$(function () {
|
||||
setTimeout(function(){
|
||||
$('#BigBlueButton').focus();
|
||||
},1000);
|
||||
},2000);
|
||||
});
|
||||
|
||||
function startFlashFocus() {
|
||||
|
Loading…
Reference in New Issue
Block a user