From 33ad8bdc53f64435de793adffcc6dd2cafccef8d Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Mon, 6 Jun 2016 11:05:29 +0200 Subject: [PATCH] frio: extend hovercard to wall-item-responses (likes, attendend) and wall-item-bottom mentions --- view/theme/frio/js/hovercard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/js/hovercard.js b/view/theme/frio/js/hovercard.js index 10ce29b645..518505c5ab 100644 --- a/view/theme/frio/js/hovercard.js +++ b/view/theme/frio/js/hovercard.js @@ -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;