From cf4838a28f53cbdf08e4d49c0dcc9af95b1fbe9c Mon Sep 17 00:00:00 2001 From: saturn Date: Mon, 4 Jul 2022 01:00:51 -0500 Subject: [PATCH] Work around Firefox remembering button state between page loads. --- src/interface-utils.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface-utils.lisp b/src/interface-utils.lisp index 31282a47..bba018cc 100644 --- a/src/interface-utils.lisp +++ b/src/interface-utils.lisp @@ -62,7 +62,7 @@ (defun vote-buttons (base-score &key (with-buttons t) vote-count post-id af-score as-text extended-score all-votes) (labels ((button (vote-type) (when with-buttons - )) + )) (text () (if (and af-score (/= af-score 0)) (format nil "LW: ~A AF: ~A" base-score af-score) -- 2.11.4.GIT