From 7e2284043f7367f531e14ce3c26c8c3c71ca2e4b Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 27 Sep 2011 05:02:25 -0700 Subject: show profile url in ACL hovertips, add fork identifier to json siteinfo --- js/acl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') diff --git a/js/acl.js b/js/acl.js index ba6c6af73..b270adb6e 100644 --- a/js/acl.js +++ b/js/acl.js @@ -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 = "
"+that.item_tpl+"
"; - html = html.format( this.photo, this.name, this.type, this.id, '', this.network ); + html = "
"+that.item_tpl+"
"; + 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); -- cgit v1.2.3