Fix own post (You)

This commit is contained in:
8chan 2014-10-21 21:08:17 -07:00 committed by czaks
parent cac428b30c
commit f02226449a
2 changed files with 10 additions and 1 deletions

View file

@ -33,7 +33,7 @@ var update_own = function() {
if (posts[board] && posts[board].indexOf(id) !== -1) { // Own post!
$(this).addClass('you');
$(this).find('span.name').first().append(' '+_('(You)'));
$(this).find('span.name').first().append(' <span class="own_post">'+_('(You)')+'</span>');
}
// Update references