snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit d305f899eb0a7e5526dd022c3fd08ad13ec45947
parent 04bb8241462fa6106515a767f7cedec7edc60474
Author: default <nobody@localhost>
Date:   Fri, 11 Aug 2023 12:38:10 +0200

Set the default poll end time to 1 hour.

Diffstat:
Mhtml.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html.c b/html.c @@ -430,7 +430,7 @@ xs_str *html_top_controls(snac *snac, xs_str *s) "</select>\n" "<select name=\"poll_end_secs\" id=\"poll_end_secs\">\n" "<option value=\"300\">%s</option>\n" - "<option value=\"3600\">%s</option>\n" + "<option value=\"3600\" selected>%s</option>\n" "<option value=\"86400\">%s</option>\n" "</select>\n" "</details>\n"