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");