fixed following/unfollowing
This commit is contained in:
parent
16d7016e29
commit
771243a75f
4 changed files with 44 additions and 19 deletions
|
@ -236,6 +236,7 @@ function(jQuery, APICalls, URI, HostApp, Cache) {
|
|||
}
|
||||
|
||||
if(bungloo.cache.profiles[status.entity].name) template.username.innerText = bungloo.cache.profiles[status.entity].name;
|
||||
else template.username.innerText = status.entity;
|
||||
template.username.href = status.entity;
|
||||
template.username.title = status.entity;
|
||||
template.username.onclick = function() {
|
||||
|
|
Reference in a new issue