Optimized code

This commit is contained in:
Pierre 2018-05-26 16:21:18 +02:00
parent 2e0b130ac5
commit 972232b370

View File

@ -104,14 +104,9 @@ ComunicWeb.pages.userPage.posts = {
} }
//Unlock posts loading //Unlock posts loading, if required
ComunicWeb.pages.userPage.posts._load_post_locked = false; if(result.length != 0)
ComunicWeb.pages.userPage.posts._load_post_locked = false;
//Lock posts loading, if not any post has been shown
if(result.length == 0){
//Avoid useless traffic
ComunicWeb.pages.userPage.posts._load_post_locked = true;
}
//Call callback (if any) //Call callback (if any)
if(callback) if(callback)