';
} else if (data.post_type == 'dice') {
post_str += 'dicePost active_post">';
} else if (data.post_type == 'poll') {
post_str += 'pollPost active_post">';
}
post_str += '
';
if (data.post_type == 'text') {
post_str += data.post;
} else if (data.post_type == 'dice') {
post_str += '
' + data.post + ' - Open
';
} else if (data.post_type == 'poll') {
post_str += '
' + data.post + ' - Open
';
post_str += '
';
if (data.allow_writein) {
post_str += '
';
post_str += 'Write-in:
';
post_str += '
';
}
}
post_str += '