From 704b70ed7d18763037748f8a48e6bb24631cf735 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Fri, 7 Jun 2024 15:46:59 +0200 Subject: [PATCH 1/2] Fix handle any user prompts to set the type for beforeunload prompts --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 32d24dd8..8385574a 100644 --- a/index.html +++ b/index.html @@ -10645,6 +10645,8 @@

User Prompt Handler

  • If the current user prompt is an alert dialog, set type to "alert". Otherwise, if + the current user prompt is a beforeunload dialog, + set type to "beforeunload". Otherwise, if the current user prompt is a confirm dialog, set type to "confirm". Otherwise, if the current user prompt is a prompt dialog, From 0f5ba6a81da2a191cc580d57d68456f43a959d27 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Fri, 7 Jun 2024 15:57:17 +0200 Subject: [PATCH 2/2] Update index.html Co-authored-by: jgraham --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8385574a..3187af5b 100644 --- a/index.html +++ b/index.html @@ -10646,7 +10646,7 @@

    User Prompt Handler

  • If the current user prompt is an alert dialog, set type to "alert". Otherwise, if the current user prompt is a beforeunload dialog, - set type to "beforeunload". Otherwise, if + set type to "beforeUnload". Otherwise, if the current user prompt is a confirm dialog, set type to "confirm". Otherwise, if the current user prompt is a prompt dialog,