Highlight item details for longer

This commit is contained in:
Edward Betts 2021-05-14 17:10:16 +02:00
parent 140a9ed598
commit 54542f29d4
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ function mouse_events(marker, qid) {
window.setTimeout(function () {
detail_card.classList.remove("bg-highlight");
}, 500);
}, 1000);
detail_qid = qid;