From cede3b4b7f85046d4aee466dade0da2f8c61b154 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 1 Jul 2026 18:51:26 +0000 Subject: [PATCH] add Alert title to alert dialog template --- web/scripts/dialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/scripts/dialog.js b/web/scripts/dialog.js index 09c3907..4453b32 100644 --- a/web/scripts/dialog.js +++ b/web/scripts/dialog.js @@ -48,6 +48,7 @@ export function alert (message) { dialog.id = "alert-dialog"; dialog.innerHTML = `
+

Alert

${message}