summaryrefslogtreecommitdiff
path: root/web/web_control.c
diff options
context:
space:
mode:
Diffstat (limited to 'web/web_control.c')
-rw-r--r--web/web_control.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/web_control.c b/web/web_control.c
index 6d61f5c..8148e89 100644
--- a/web/web_control.c
+++ b/web/web_control.c
@@ -289,12 +289,14 @@ void start_match()
}
dom_enable_exit_dialogue(true);
+ dom_add_class("#key-exit", "visible");
draw_visits();
handle_next();
}
void end_match()
{
+ dom_remove_class("#key-exit", "visible");
dom_enable_exit_dialogue(false);
if (state) free_state();
handle_next();