summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.css4
-rw-r--r--play.js1
2 files changed, 0 insertions, 5 deletions
diff --git a/play.css b/play.css
index b5b5513..cafbff5 100644
--- a/play.css
+++ b/play.css
@@ -146,10 +146,6 @@ svg {
position: absolute;
}
-svg image {
- pointer-events: none;
-}
-
svg circle, .piece {
transition-property: x, y, cx, cy, top, left;
transition-duration: 1s;
diff --git a/play.js b/play.js
index 1dce5ca..c59aa3e 100644
--- a/play.js
+++ b/play.js
@@ -569,4 +569,3 @@ function on_click_card(evt) {
/* INITIALIZE CLIENT */
build_map()
-scroll_with_middle_mouse("main")