fixed repost link and added send post button
This commit is contained in:
parent
60ec8a4454
commit
50e582bafc
9 changed files with 207 additions and 17 deletions
|
@ -229,6 +229,10 @@ function(jQuery, Paths, URI, HostApp, Followings) {
|
|||
template.reposted_by.innerText = status.__repost.entity;
|
||||
template.reposted_by.title = status.__repost.entity;
|
||||
template.reposted_by.style.display = '';
|
||||
template.reposted_by.onclick = function(e) {
|
||||
HostApp.showProfileForEntity(status.__repost.entity);
|
||||
return false;
|
||||
}
|
||||
|
||||
if (this.followings.followings[status.__repost.entity]) {
|
||||
|
||||
|
|
Reference in a new issue