From f9df8d6e31d113b0f4a3fc6530db4db52eefd9e8 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 24 Dec 2022 22:29:47 +0000 Subject: [PATCH] Change script --- christmas/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/christmas/default.html b/christmas/default.html index da415b4..4401c6a 100644 --- a/christmas/default.html +++ b/christmas/default.html @@ -442,7 +442,7 @@ if (person === 'ali') { document.getElementById('things-to-watch').remove(); } -person = person.replace('-', ' '); +person = person.replace(/-/g, ' '); const message = `Merry Christmas ${person}`;