diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-12-13 16:06:25 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-12-13 16:06:25 +0100 |
commit | 3d6c62e23704226551e2fa5475544878dc791f31 (patch) | |
tree | 189121057e297edc1be25004e98078d67b0cf76f /play.html | |
parent | 82670c87330642fa62b1ebf9597bac5ac60b71a3 (diff) | |
download | maria-3d6c62e23704226551e2fa5475544878dc791f31.tar.gz |
Hide "politics" checkbox for minor power deals.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -181,7 +181,7 @@ <option value="15">Turn 12</option> </select> <p> - <label><input type="checkbox" name="a_phase" value="1" id="a_phase_politics">Politics</label> + <label id="a_politics_label"><input type="checkbox" name="a_phase" value="1" id="a_phase_politics">Politics</label> <label><input type="checkbox" name="a_phase" value="4" id="a_phase_movement">Movement</label> <label><input type="checkbox" name="a_phase" value="8" id="a_phase_retreat">Retreat</label> <label id="a_hussars_label"><input type="checkbox" name="a_phase" value="2" id="a_phase_hussars">Hussars</label> @@ -215,7 +215,7 @@ <option value="15">Turn 12</option> </select> <p> - <label><input type="checkbox" name="b_phase" value="1" id="b_phase_politics">Politics</label> + <label id="b_politics_label"><input type="checkbox" name="b_phase" value="1" id="b_phase_politics">Politics</label> <label><input type="checkbox" name="b_phase" value="4" id="b_phase_movement">Movement</label> <label><input type="checkbox" name="b_phase" value="8" id="b_phase_retreat">Retreat</label> <label id="b_hussars_label"><input type="checkbox" name="b_phase" value="2" id="b_phase_hussars">Hussars</label> |