This commit is contained in:
czaks 2014-10-18 19:36:03 +02:00
commit 751edc2ac9

View File

@ -47,7 +47,7 @@ var update_own = function() {
else
return;
if (posts[board].indexOf(postID) !== -1) {
if (posts[board] && posts[board].indexOf(postID) !== -1) {
$(this).after(' <small>'+_('(You)')+'</small>');
}
});