]> git.mxchange.org Git - friendica.git/commitdiff
frio: extend hovercard to wall-item-responses (likes, attendend) and wall-item-bottom...
authorrabuzarus <>
Mon, 6 Jun 2016 09:05:29 +0000 (11:05 +0200)
committerrabuzarus <>
Mon, 6 Jun 2016 09:05:29 +0000 (11:05 +0200)
view/theme/frio/js/hovercard.js

index 10ce29b64511c69c446bfc3b777078421e5b2f18..518505c5ab55ba250b76b26963456c8a61c3470e 100644 (file)
@@ -11,7 +11,7 @@ $(document).ready(function(){
        // Elements with the class "userinfo" will get a hover-card.
        // Note that this elements does need a href attribute which links to
        // a valid profile url
-       $("body").on("mouseover", ".userinfo", function(e) {
+       $("body").on("mouseover", ".userinfo, .wall-item-responses a, .wall-item-bottom .mention a", function(e) {
                        var timeNow = new Date().getTime();
                        removeAllhoverCards(e,timeNow);
                        var hoverCardData = false;