1
0
Fork 0

Merge pull request #2543 from annando/frio-hovercard

Frio: Hovercard is now a core function
This commit is contained in:
Tobias Diekershoff 2016-05-30 06:25:29 +02:00
commit b2c6bf0078
4 changed files with 167 additions and 2 deletions

View file

@ -286,7 +286,7 @@
display: flex;
}
.hover-card-actions-connection {
margin-left: 30px;
margin-left: 10px;
}
.hovercard .hovercard-content .hover-card-actions a.btn {
display: inline-block;

View file

@ -40,7 +40,7 @@ $(document).ready(function(){
// Take link href attribute as link to the profile
var profileurl = hrefAttr;
// the url to get the contact and template data
var url = baseurl + "/frio_hovercard";
var url = baseurl + "/hovercard";
// store the title in an other data attribute beause bootstrap
// popover destroys the title.attribute. We can restore it later