Compare commits
No commits in common. "aa5ae261892c3567e61270c254f7c0dccd71d17c" and "e2393f10868e56305dc3ee3ee8a6f287cb5b1ba7" have entirely different histories.
aa5ae26189
...
e2393f1086
1
main.js
1
main.js
@ -106,6 +106,7 @@ function showPopup(ogword, word, quirks = "") {
|
||||
qyuirks.forEach(quirk => {
|
||||
let badge = document.createElement("div");
|
||||
badge.classList.add("badge");
|
||||
console.log(quirk);
|
||||
badge.style.backgroundColor = quirkBadges[quirk]["color"];
|
||||
badge.innerText = quirkBadges[quirk]["name"];
|
||||
badge.onclick = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user