Frio: Hovercard is now a core function

This commit is contained in:
Michael Vogel 2016-05-29 15:28:31 +02:00
parent a3a425f10a
commit 98f7c73d10
4 changed files with 167 additions and 2 deletions

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