diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-22 10:13:09 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-22 19:19:51 +0200 |
commit | 3ff8a3894a88a96870088a113773380f2f41237f (patch) | |
tree | 5bedc05898cd1f43a1b42742988cc30c66413f28 /play.html | |
parent | b9aa002a0cfe5d64744bcb2483f6fd27322b625a (diff) | |
download | plantagenet-3ff8a3894a88a96870088a113773380f2f41237f.tar.gz |
Add routed lords panel.
To try it out. May not keep.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -105,9 +105,14 @@ </div> </div> +<div id="routed_panel" class="panel hide"> +<div id="routed_header" class="panel_header">Routed / Fled</div> +<div id="routed" class="panel_body court_body"></div> +</div> + <div id="reserves_panel" class="panel hide"> <div id="reserves_header" class="panel_header">Reserves</div> -<div id="reserves" class="panel_body"></div> +<div id="reserves" class="panel_body court_body"></div> </div> </section> |