mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Optimized code
This commit is contained in:
parent
2e0b130ac5
commit
972232b370
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user