From 9c8f461dedd0ccbc1c1410492753580f01125f78 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Tue, 14 Feb 2023 22:24:57 -0500 Subject: [PATCH] polyfill --- scripts/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/config.php b/scripts/config.php index 03911b1..9d4adb9 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -422,6 +422,7 @@ function sendTestNotification(e) { // Get the button and modal elements const openModalBtn = document.getElementById('openModal'); const modal = document.getElementById('modal'); +dialogPolyfill.registerDialog(modal); const output = document.getElementById('output'); const thresholdInput = document.getElementById('threshold'); const runProcessBtn = document.getElementById('runProcess');