mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Added cache system
This commit is contained in:
@ -20,11 +20,8 @@ ComunicWeb.pages.logout = {
|
||||
//Perform logout
|
||||
ComunicWeb.user.userLogin.logoutUser();
|
||||
|
||||
//Show a success notification
|
||||
ComunicWeb.common.notificationSystem.showNotification("Good bye, you successfully terminated your session !", "success", 3);
|
||||
|
||||
//Open login page
|
||||
ComunicWeb.common.page.openPage("home");
|
||||
//Clean all caches
|
||||
ComunicWeb.common.system.reset(true, "home");
|
||||
|
||||
//Remove overlay
|
||||
screenOverlay.remove();
|
||||
|
Reference in New Issue
Block a user