diff --git a/web/templates/partials/controls.html b/web/templates/partials/controls.html index fadfd56..afe405f 100644 --- a/web/templates/partials/controls.html +++ b/web/templates/partials/controls.html @@ -125,42 +125,12 @@ Strategy mode - - incremental - - - paper - - - live - + {% set sel = "selected" if strategy_mode == "incremental" else "" %} + incremental + {% set sel = "selected" if strategy_mode == "paper" else "" %} + paper + {% set sel = "selected" if strategy_mode == "live" else "" %} + live