From 54542f29d43c8aec82351ea00d865edb615575b4 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 14 May 2021 17:10:16 +0200 Subject: [PATCH] Highlight item details for longer --- static/js/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/map.js b/static/js/map.js index e9b5b1e..1bfd83e 100644 --- a/static/js/map.js +++ b/static/js/map.js @@ -399,7 +399,7 @@ function mouse_events(marker, qid) { window.setTimeout(function () { detail_card.classList.remove("bg-highlight"); - }, 500); + }, 1000); detail_qid = qid;