spelling: desktop

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:17:26 -04:00
parent 03e03d47aa
commit f1a33174ac
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ $(document).ready(function () {
// hover cards should be removed very easily, e.g. when any of these events happens
$body.on("mouseleave touchstart scroll mousedown submit keydown", function (e) {
// remove hover card only for desktiop user, since on mobile we open the hovercards
// remove hover card only for desktop user, since on mobile we open the hovercards
// by click event insteadof hover
removeAllHovercards(e, new Date().getTime());
});