Highlight item details for longer
This commit is contained in:
parent
140a9ed598
commit
54542f29d4
|
@ -399,7 +399,7 @@ function mouse_events(marker, qid) {
|
|||
|
||||
window.setTimeout(function () {
|
||||
detail_card.classList.remove("bg-highlight");
|
||||
}, 500);
|
||||
}, 1000);
|
||||
|
||||
detail_qid = qid;
|
||||
|
||||
|
|
Loading…
Reference in a new issue