spelling: desktop
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
03e03d47aa
commit
f1a33174ac
|
@ -42,7 +42,7 @@ $(document).ready(function () {
|
||||||
|
|
||||||
// hover cards should be removed very easily, e.g. when any of these events happens
|
// 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) {
|
$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
|
// by click event insteadof hover
|
||||||
removeAllHovercards(e, new Date().getTime());
|
removeAllHovercards(e, new Date().getTime());
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue