aboutsummaryrefslogtreecommitdiff
path: root/poll/public
diff options
context:
space:
mode:
authorLars Krönner2021-01-25 01:01:51 +0100
committerLars Krönner2021-01-25 01:01:51 +0100
commit23334817e85faea27234aba1c4c0ab75889c62e5 (patch)
treeffc0c6bfb552c8c882811e16bbddb4c6393b3e78 /poll/public
parent1846da9edaba43d8eeeab8bf417428464a117a36 (diff)
Making marvin happy again
Diffstat (limited to 'poll/public')
-rw-r--r--poll/public/script.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/poll/public/script.js b/poll/public/script.js
index 5ca8a98..18469c3 100644
--- a/poll/public/script.js
+++ b/poll/public/script.js
@@ -97,7 +97,7 @@ async function request() {
return resp.json();
}
-// I did this myself lel 🤨
+// I did this myself lel
Object.prototype.empty = function () {
return Object.keys(this).length === 0;
};