Reduced condition.

This commit is contained in:
Pierre 2018-02-03 18:00:32 +01:00
parent 12209718de
commit 0e827ba10d

View File

@ -136,7 +136,7 @@ ComunicWeb.pages.userPage.posts = {
}
//Check if there is not any posts
if(posts.length == 0 && this._last_post_id == 0){
if(this._last_post_id == 0){
this._no_posts_msg(target);
}