Fixed menubar issue with login management

This commit is contained in:
Pierre
2017-05-24 18:48:52 +02:00
parent a1ee1909dc
commit 633c4f9400
4 changed files with 62 additions and 5 deletions

View File

@ -21,10 +21,13 @@ ComunicWeb.pages.logout = {
ComunicWeb.user.userLogin.logoutUser();
//Show a success notification
ComunicWeb.common.notificationSystem.showNotification("Good bye, you were sucessfully logouted !", "sucess", 5);
ComunicWeb.common.notificationSystem.showNotification("Good bye, you sucessfully terminated your session !", "sucess", 5);
//Open login page
ComunicWeb.common.page.openPage("login");
ComunicWeb.common.page.openPage("home");
//Remove overlay
screenOverlay.remove();
},
};