From 3e8b8b804e7b30f096e557839eb5cc419a647f78 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Sat, 21 May 2022 04:43:19 -0700 Subject: web: use function ptrs for menu options This avoids having to keep the options and their order in sync between separate display and submit functions. --- web/web_scoreboard.c | 1 - 1 file changed, 1 deletion(-) (limited to 'web/web_scoreboard.c') diff --git a/web/web_scoreboard.c b/web/web_scoreboard.c index 3b5993a..e79d104 100644 --- a/web/web_scoreboard.c +++ b/web/web_scoreboard.c @@ -371,7 +371,6 @@ void draw_visits_dense() free(elemv); dom_scroll_to_bottom("#visits"); - dom_scroll_to_center_child("#visits", ".visit-n"); } void draw_visits() -- cgit v1.2.3-70-g09d2