Prettier-ify
This commit is contained in:
parent
7604a8e160
commit
6289df4c7d
|
@ -60,7 +60,8 @@ function putIntoMapAndFetch(data) {
|
||||||
} else if (whichGuesser === 'burn') {
|
} else if (whichGuesser === 'burn') {
|
||||||
document.getElementById('guess-type').innerText = 'Match With Hot Singles'
|
document.getElementById('guess-type').innerText = 'Match With Hot Singles'
|
||||||
} else if (whichGuesser === 'beast') {
|
} else if (whichGuesser === 'beast') {
|
||||||
document.getElementById('guess-type').innerText = 'Finding Fantastic Beasts'
|
document.getElementById('guess-type').innerText =
|
||||||
|
'Finding Fantastic Beasts'
|
||||||
}
|
}
|
||||||
setUpNewGame()
|
setUpNewGame()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user