diff options
author | Lars Krönner | 2021-01-25 01:01:51 +0100 |
---|---|---|
committer | Lars Krönner | 2021-01-25 01:01:51 +0100 |
commit | 23334817e85faea27234aba1c4c0ab75889c62e5 (patch) | |
tree | ffc0c6bfb552c8c882811e16bbddb4c6393b3e78 /questions/public/script.js | |
parent | 1846da9edaba43d8eeeab8bf417428464a117a36 (diff) |
Making marvin happy again
Diffstat (limited to 'questions/public/script.js')
-rw-r--r-- | questions/public/script.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/questions/public/script.js b/questions/public/script.js index 70a15ef..e5a03d0 100644 --- a/questions/public/script.js +++ b/questions/public/script.js @@ -52,7 +52,7 @@ function getNext(q = 0) { window.location.assign(`/questions/?qid=${q}`); } -// I did this myself lel 🤨 +// I did this myself lel Object.prototype.empty = function () { return Object.keys(this).length === 0; }; @@ -78,6 +78,6 @@ buttons.on("click", async (e) => { method = "PUT"; getNext(qid); // document.querySelector(`.answer-btn[data-value="${e.target.dataset.value}"]`).style.opacity = "0.5"; - // document.querySelector(`.answer-btn[data-value="${+!+e.target.dataset.value}"]`).style.opacity = "1"; // Let's not talk about it 😉 + // document.querySelector(`.answer-btn[data-value="${+!+e.target.dataset.value}"]`).style.opacity = "1"; // Let's not talk about it } });
\ No newline at end of file |