summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/play.js b/play.js
index 55eb2b4..290c9b1 100644
--- a/play.js
+++ b/play.js
@@ -1150,3 +1150,7 @@ function toggle_discard() {
function toggle_removed() {
document.getElementById("removed_panel").classList.toggle("hide")
}
+
+function toggle_pieces() {
+ document.getElementById("markers").classList.toggle("hide")
+}