mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Fix reload issue on delete all notification link press
This commit is contained in:
		@@ -93,7 +93,6 @@ ComunicWeb.components.notifications.dropdown = {
 | 
				
			|||||||
		var deleteAllLink = createElem2({
 | 
							var deleteAllLink = createElem2({
 | 
				
			||||||
			appendTo: dropdownBottom,
 | 
								appendTo: dropdownBottom,
 | 
				
			||||||
			type: "a",
 | 
								type: "a",
 | 
				
			||||||
			href: "#",
 | 
					 | 
				
			||||||
			innerHTML: "Delete all"
 | 
								innerHTML: "Delete all"
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user