summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-11-01 14:27:25 +0100
committerTor Andersson <tor@ccxvii.net>2023-11-01 14:27:31 +0100
commit27864b8693d587285fa80a1b0f60c196a99b77a1 (patch)
treede055a19f5508d722d47826dc597ee49da37b373 /play.js
parent02a81dfcc5beb1fbe784a3e261fd6416590f4755 (diff)
downloadalgeria-27864b8693d587285fa80a1b0f60c196a99b77a1.tar.gz
Fix webfont URL.
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index f112701..6a9b66b 100644
--- a/play.js
+++ b/play.js
@@ -360,7 +360,7 @@ function is_loc_action(x) {
var stack_cache = []
var focus = null
-document.querySelector("main").addEventListener("mousedown", evt => {
+document.querySelector("#map").addEventListener("mousedown", evt => {
if (evt.button === 0)
blur_stack()
})