marlConsole

This commit is contained in:
Vincent CLAVIEN
2025-01-16 18:48:31 +01:00
parent de62473ace
commit 46bea0b205
3 changed files with 14 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ document.addEventListener("alpine:init", () => {
"Bonjour!",
"Oh hey!",
];
Alpine.store("ui").logMsg(`MARL loaded. ${salutations[Math.floor(Math.random() * salutations.length)]} 😊`);
marlConsole(`MARL loaded. ${salutations[Math.floor(Math.random() * salutations.length)]} 😊`);
resetStores();
});