Change script
This commit is contained in:
@@ -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}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user