Link pic & post
This commit is contained in:
@@ -498,7 +498,8 @@ function getPost(asPost) {
|
||||
);
|
||||
break;
|
||||
case 'media':
|
||||
$Body = getMediaLink(asPost, 'post');
|
||||
$Body = $('<div>').append(getMediaLink(asPost, 'post'));
|
||||
if(asPost.comment) $Body.append($('<p>').text(asPost.comment));
|
||||
break;
|
||||
case 'post':
|
||||
$Body = $('<div>')
|
||||
|
||||
Reference in New Issue
Block a user