Remove alternate versions; add Alex's email
This commit is contained in:
parent
edee910e2d
commit
260f4641dd
|
@ -57,14 +57,6 @@ function putIntoMapAndFetch(data) {
|
||||||
window.console.log(nameList)
|
window.console.log(nameList)
|
||||||
if (whichGuesser === 'counterspell') {
|
if (whichGuesser === 'counterspell') {
|
||||||
document.getElementById('guess-type').innerText = 'Counterspell Guesser'
|
document.getElementById('guess-type').innerText = 'Counterspell Guesser'
|
||||||
} else if (whichGuesser === 'beast') {
|
|
||||||
document.getElementById('guess-type').innerText =
|
|
||||||
'Finding Fantastic Beasts'
|
|
||||||
} else if (whichGuesser === 'terror') {
|
|
||||||
document.getElementById('guess-type').innerText =
|
|
||||||
"I'm a Terror-able Guesser"
|
|
||||||
} else if (whichGuesser === 'wrath') {
|
|
||||||
document.getElementById('guess-type').innerText = "I'll Clean Sweep"
|
|
||||||
} 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'
|
||||||
}
|
}
|
||||||
|
|
|
@ -548,7 +548,12 @@
|
||||||
href="https://idamayer.com"
|
href="https://idamayer.com"
|
||||||
>Ida Mayer</a
|
>Ida Mayer</a
|
||||||
>
|
>
|
||||||
& Alex Lien 2022
|
&
|
||||||
|
<a
|
||||||
|
style="color: rgb(0, 146, 156); font-style: italic"
|
||||||
|
href="mailto:alexlien.alien@gmail.com"
|
||||||
|
>Alex Lien</a
|
||||||
|
>, 2022
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -191,7 +191,12 @@
|
||||||
href="https://idamayer.com"
|
href="https://idamayer.com"
|
||||||
>Ida Mayer</a
|
>Ida Mayer</a
|
||||||
>
|
>
|
||||||
& Alex Lien 2022
|
&
|
||||||
|
<a
|
||||||
|
style="color: rgb(0, 146, 156); font-style: italic"
|
||||||
|
href="mailto:alexlien.alien@gmail.com"
|
||||||
|
>Alex Lien</a
|
||||||
|
>, 2022
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user