Wildcard checking and recursion!

This commit is contained in:
Ben
2021-05-10 19:46:14 +01:00
parent 3e4dd69105
commit 1cff5c96c0
2 changed files with 96 additions and 5 deletions

View File

@@ -30,5 +30,6 @@ loadLoacale();
if (localStorage.getItem('locale') == null)
{
localStorage.setItem('locale', 'en');
alert('Welcome to scrabble, the language has been set to EN-GB. The page will now refresh with your preferences');
location.reload();
}