mirror of
https://forge.murkfall.net/bluesaxman/deckard.git
synced 2026-03-13 02:34:20 -06:00
added embedded HTML support
This commit is contained in:
@@ -19,7 +19,7 @@ function updateEvent() {
|
||||
theDeck.innerHTML = "<div>"+window.deck.length+"</div>";
|
||||
window.hand.forEach(function (card) {
|
||||
var currentCard = elementPlace("#hand",null,"card","li");
|
||||
currentCard.innerText = card;
|
||||
currentCard.innerHTML = card;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user