mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Set the default poll end time to 1 hour.
This commit is contained in:
parent
04bb824146
commit
d305f899eb
1 changed files with 1 additions and 1 deletions
2
html.c
2
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"
|
||||
|
|
Loading…
Reference in a new issue