mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Fixed notification issue
This commit is contained in:
		@@ -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");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user