]> git.mxchange.org Git - friendica.git/commitdiff
spelling: desktop
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:17:26 +0000 (23:17 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:23 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
view/theme/frio/js/hovercard.js

index be150fd8d18a23e175fd7d23489db66946f3bffc..50c9623766e454ef8a91a4a21e072985c4a44d25 100644 (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());
        });