From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 03:17:26 +0000 (-0400) Subject: spelling: desktop X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f1a33174ac9b5f1b45bed9dca6f2e539851d6f31;p=friendica.git spelling: desktop Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/view/theme/frio/js/hovercard.js b/view/theme/frio/js/hovercard.js index be150fd8d1..50c9623766 100644 --- a/view/theme/frio/js/hovercard.js +++ b/view/theme/frio/js/hovercard.js @@ -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()); });