fixed repost link and added send post button

This commit is contained in:
Jeena Paradies 2012-11-28 22:08:02 +01:00
parent 60ec8a4454
commit 50e582bafc
9 changed files with 207 additions and 17 deletions

View file

@ -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]) {