Fix poster display
This commit is contained in:
@@ -248,7 +248,7 @@ function initPosts() {
|
||||
formatted_time: '',
|
||||
relative_time: 'Nouveau message'
|
||||
};
|
||||
getPost(asPoster).appendTo($Poster);
|
||||
getPost(asPoster).appendTo($Poster.show());
|
||||
|
||||
$('#submit').click(function(){
|
||||
if($Poster.checkForm())
|
||||
|
||||
Reference in New Issue
Block a user