1
0
Fork 0

frio: append hovercard to body element

This commit is contained in:
rabuzarus 2016-12-21 16:22:20 +01:00
commit 8a9143023d
2 changed files with 3 additions and 2 deletions

View file

@ -79,7 +79,8 @@ $(document).ready(function(){
},
trigger: hctrigger,
template: '<div class="popover hovercard" data-card-created="' + timeNow + '"><div class="arrow"></div><div class="popover-content hovercard-content"></div></div>',
content: data
content: data,
container: "body",
}).popover('show');
}
});