Skip to content

Commit

Permalink
Fix missing function name in scripts/compose.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-martel committed Jan 1, 2024
1 parent ff1f6c6 commit 92a2717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compose.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 92a2717

Please sign in to comment.