mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Fixed notification issue
This commit is contained in:
parent
4c9de6b5c1
commit
8918c7cc45
@ -39,7 +39,7 @@ ComunicWeb.common.notificationSystem = {
|
||||
$.notify(options,{
|
||||
// settings
|
||||
type: notifType,
|
||||
timer: notifDuration*1000,
|
||||
delay: notifDuration*1000,
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -21,7 +21,7 @@ ComunicWeb.pages.logout = {
|
||||
ComunicWeb.user.userLogin.logoutUser();
|
||||
|
||||
//Show a success notification
|
||||
ComunicWeb.common.notificationSystem.showNotification("Good bye, you successfully terminated your session !", "sucess", 5);
|
||||
ComunicWeb.common.notificationSystem.showNotification("Good bye, you successfully terminated your session !", "success", 3);
|
||||
|
||||
//Open login page
|
||||
ComunicWeb.common.page.openPage("home");
|
||||
|
Loading…
Reference in New Issue
Block a user