mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Fix bad check
This commit is contained in:
		@@ -215,7 +215,7 @@ ComunicWeb.components.movies.picker = {
 | 
				
			|||||||
				innerHTML: "Delete",
 | 
									innerHTML: "Delete",
 | 
				
			||||||
				onclick: () => {
 | 
									onclick: () => {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					if(!ComunicWeb.common.messages.confirm("Do you really want to delete this movie ?", async res => {
 | 
										ComunicWeb.common.messages.confirm("Do you really want to delete this movie ?", async res => {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
						if(!res)
 | 
											if(!res)
 | 
				
			||||||
							return;
 | 
												return;
 | 
				
			||||||
@@ -228,7 +228,7 @@ ComunicWeb.components.movies.picker = {
 | 
				
			|||||||
							notify("Could not delete movie!", "danger");
 | 
												notify("Could not delete movie!", "danger");
 | 
				
			||||||
						}
 | 
											}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					}));
 | 
										})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
			})
 | 
								})
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user