From 3b00bf642933e629707090a014f7f7e9e344cf16 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 26 Sep 2023 16:23:50 +0200 Subject: Combat results affect detachments. --- play.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'play.js') diff --git a/play.js b/play.js index 1285cb9..5d38bd3 100644 --- a/play.js +++ b/play.js @@ -166,10 +166,6 @@ function on_click_action(evt) { } } -function toggle_pieces() { - document.getElementById("pieces").classList.toggle("hide") -} - var _move_path = [] function hide_move_path() { -- cgit v1.2.3