]> git.mxchange.org Git - friendica.git/commitdiff
frio: fix close hovercard on mousleave
authorrabuzarus <>
Mon, 6 Jun 2016 23:42:01 +0000 (01:42 +0200)
committerrabuzarus <>
Mon, 6 Jun 2016 23:42:01 +0000 (01:42 +0200)
view/theme/frio/js/hovercard.js

index 518505c5ab55ba250b76b26963456c8a61c3470e..6e2a827cd657a716e02ffde4f2b4b3e100ed615b 100644 (file)
@@ -86,7 +86,7 @@ $(document).ready(function(){
                                        }
                                }
                        }, 500);
-       }).on("mouseleave", ".userinfo", function(e) { // action when mouse leaves the hover-card
+       }).on("mouseleave", ".userinfo, .wall-item-responses a, .wall-item-bottom .mention a", function(e) { // action when mouse leaves the hover-card
                var timeNow = new Date().getTime();
                // copy the original title to the title atribute
                var title = $(this).attr("data-orig-title");