diff --git a/site/root/js/pet-me.js b/site/root/js/pet-me.js index 850b244..deebc49 100644 --- a/site/root/js/pet-me.js +++ b/site/root/js/pet-me.js @@ -16,7 +16,7 @@ petButton.addEventListener("click", async () => { petButton.disabled = true; - petButton.innerText = "thanks! <3"; + petButton.outerHTML = "| thanks! <3"; const r = await (await fetch(url, { method: "post" })).json(); if (r.count) { count.innerText = r.count;