mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Frio: Hovercard is now a core function
This commit is contained in:
parent
a3a425f10a
commit
98f7c73d10
4 changed files with 167 additions and 2 deletions
|
@ -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