Skip to content

Commit

Permalink
hide ad button for now
Browse files Browse the repository at this point in the history
  • Loading branch information
7underlines committed Aug 18, 2024
1 parent 3d6f1dd commit 97fb374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/assets/js/combat.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ const updateCombatLog = () => {
if ( !adConsumed ) {
let button2 = document.createElement("div");
button2.className = "decision-panel";
button2.innerHTML = `<button id="battleButton3">Watch an ad for a one-time resurrection.</button>`
button2.innerHTML = `<button style="display:none" id="battleButton3">Watch an ad for a one-time resurrection.</button>`
combatLogBox.appendChild(button2);
}
let button = document.createElement("div");
Expand Down

0 comments on commit 97fb374

Please sign in to comment.