Skip to content

Commit

Permalink
Fix issue proginosko#281
Browse files Browse the repository at this point in the history
  • Loading branch information
proginosko committed Nov 26, 2022
1 parent e45c77c commit 97107f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion override.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ function initAccessControlPrompt(prompt) {
if (input.val() == gAccessRequiredInput) {
gAccessConfirmed = true;
if (gOverrideMins) {
activateOverride();
// Slight delay to allow focus to pass to new dialog
setTimeout(activateOverride, 100);
} else {
$("#form").show();
}
Expand Down

0 comments on commit 97107f5

Please sign in to comment.