diff --git a/WebKit/scripts/helper/Core.js b/WebKit/scripts/helper/Core.js index 00f49f2..a0f396b 100644 --- a/WebKit/scripts/helper/Core.js +++ b/WebKit/scripts/helper/Core.js @@ -183,6 +183,10 @@ function(jQuery, Paths, URI, HostApp, Cache) { template.remove.style.display = "none"; } + if (HostApp.stringForKey("entity") == status.entity) { + template.item.className += " own"; + } + template.reply_to.onclick = function() { var mentions = [];