summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-09-26 16:23:50 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-01 16:11:22 +0200
commit3b00bf642933e629707090a014f7f7e9e344cf16 (patch)
tree6d7c04d065ae17820948886b6e61f9e336caf0bb /play.js
parentb87ad7255a186c87d310c940ea0b341b6b1fd1a4 (diff)
downloadwaterloo-campaign-1815-3b00bf642933e629707090a014f7f7e9e344cf16.tar.gz
Combat results affect detachments.
Diffstat (limited to 'play.js')
-rw-r--r--play.js4
1 files changed, 0 insertions, 4 deletions
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() {