diff options
author | default <nobody@localhost> | 2023-08-11 12:38:10 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-08-11 12:38:10 +0200 |
commit | d305f899eb0a7e5526dd022c3fd08ad13ec45947 (patch) | |
tree | 52270ea695cde988611579ffce12ded7d0dba338 | |
parent | 04bb8241462fa6106515a767f7cedec7edc60474 (diff) |
Set the default poll end time to 1 hour.
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |