From 27864b8693d587285fa80a1b0f60c196a99b77a1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 1 Nov 2023 14:27:25 +0100 Subject: Fix webfont URL. --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') 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() }) -- cgit v1.2.3