Merge remote-tracking branch 'upstream/develop' into 1605-frio-template-clean
This commit is contained in:
commit
5218667196
4 changed files with 167 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue