|
|
@ -54,7 +54,7 @@ fetch("glossary.json").then(response => response.json()).then(data => glossary =
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
document.getElementById("words").innerHTML = `${words_bag.map(wordBag).join("")}`
|
|
|
|
document.getElementById("words").innerHTML = `${words_bag.map(wordBag).join("")}`
|
|
|
|
document.getElementById("legend").innerHTML = `<button type="button" class="btn active" onclick="filterSelection('all');activeclass();"> Properties </button> ${properties_bag.map(propBag).join("")}`
|
|
|
|
document.getElementById("legend").innerHTML = `<button type="button" id="properties" class="btn active" onclick="filterSelection('all');activeclass();"> Properties </button> ${properties_bag.map(propBag).join("")}`
|
|
|
|
|
|
|
|
|
|
|
|
}); ///// END OF FETCH!!!!!!
|
|
|
|
}); ///// END OF FETCH!!!!!!
|
|
|
|
|
|
|
|
|
|
|
@ -174,3 +174,4 @@ printCards.addEventListener("click", () => {
|
|
|
|
document.getElementsByTagName("head")[0].appendChild(interfacestyle);
|
|
|
|
document.getElementsByTagName("head")[0].appendChild(interfacestyle);
|
|
|
|
document.getElementsByTagName("head")[0].appendChild(printstyle);
|
|
|
|
document.getElementsByTagName("head")[0].appendChild(printstyle);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|