fixed #205
This commit is contained in:
parent
dc362660dc
commit
4b6815c489
1 changed files with 4 additions and 0 deletions
|
@ -183,6 +183,10 @@ function(jQuery, Paths, URI, HostApp, Cache) {
|
||||||
template.remove.style.display = "none";
|
template.remove.style.display = "none";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (HostApp.stringForKey("entity") == status.entity) {
|
||||||
|
template.item.className += " own";
|
||||||
|
}
|
||||||
|
|
||||||
template.reply_to.onclick = function() {
|
template.reply_to.onclick = function() {
|
||||||
|
|
||||||
var mentions = [];
|
var mentions = [];
|
||||||
|
|
Reference in a new issue