frio: extend hovercard to wall-item-responses (likes, attendend) and wall-item-bottom mentions

pull/2566/head
rabuzarus 2016-06-06 11:05:29 +02:00
rodzic ec89274cd8
commit 33ad8bdc53
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;