mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Fixed notification issue
This commit is contained in:
		@@ -39,7 +39,7 @@ ComunicWeb.common.notificationSystem = {
 | 
				
			|||||||
		$.notify(options,{
 | 
							$.notify(options,{
 | 
				
			||||||
			// settings
 | 
								// settings
 | 
				
			||||||
			type: notifType,
 | 
								type: notifType,
 | 
				
			||||||
			timer: notifDuration*1000,
 | 
								delay: notifDuration*1000,
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -21,7 +21,7 @@ ComunicWeb.pages.logout = {
 | 
				
			|||||||
        ComunicWeb.user.userLogin.logoutUser();
 | 
					        ComunicWeb.user.userLogin.logoutUser();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        //Show a success notification
 | 
					        //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
 | 
					        //Open login page
 | 
				
			||||||
        ComunicWeb.common.page.openPage("home");
 | 
					        ComunicWeb.common.page.openPage("home");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user