frio: append hovercard to body element
This commit is contained in:
parent
24a58ab2e6
commit
8a9143023d
2 changed files with 3 additions and 2 deletions
|
@ -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');
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue