From 92a2717da93ccec204e4b76bbe719013ec2e5996 Mon Sep 17 00:00:00 2001 From: alexis Date: Mon, 1 Jan 2024 01:09:36 -0500 Subject: [PATCH] Fix missing function name in scripts/compose.js --- scripts/compose.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compose.js b/scripts/compose.js index 3292d61..ad31205 100644 --- a/scripts/compose.js +++ b/scripts/compose.js @@ -773,7 +773,7 @@ function populate(obj, original) { if (original) myPuzzle.pushToMemento(); // Push the initial state to the memento stack; } -function () { +function showSplashScreen() { let splashScreen = document.createElement("dialog"); splashScreen.id = "oc-splash-screen"; splashScreen.classList.add("oc-splash-screen");