mirror of
https://github.com/friendica/friendica
synced 2025-04-25 08:30:11 +00:00
show profile url in ACL hovertips, add fork identifier to json siteinfo
This commit is contained in:
parent
1e288dc8a3
commit
7e2284043f
4 changed files with 9 additions and 6 deletions
|
@ -235,8 +235,8 @@ ACL.prototype.populate = function(data){
|
|||
var height = Math.ceil(data.tot / that.nw) * 42;
|
||||
that.list_content.height(height);
|
||||
$(data.items).each(function(){
|
||||
html = "<div class='acl-list-item {4} {5}' id='{2}{3}'>"+that.item_tpl+"</div>";
|
||||
html = html.format( this.photo, this.name, this.type, this.id, '', this.network );
|
||||
html = "<div class='acl-list-item {4} {5}' title='{6}' id='{2}{3}'>"+that.item_tpl+"</div>";
|
||||
html = html.format( this.photo, this.name, this.type, this.id, '', this.network, this.link );
|
||||
if (this.uids!=undefined) that.group_uids[this.id] = this.uids;
|
||||
//console.log(html);
|
||||
that.list_content.append(html);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue