correcion de linea

This commit is contained in:
Luis Guzmán 2026-03-26 23:51:20 -06:00
parent 4a0db6856a
commit ef41e9bc56
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@
// 5. Deletion Logic // 5. Deletion Logic
function deleteZim(event, zimId) { function deleteZim(event, zimId) {
event.stopPropagation(); event.stopPropagation();
if(confirm(`⚠️ Do want to DELETE the file ${zimId}?\n\nThis will update the Kiwix database.`)){ if(confirm(`⚠️ Do you want to DELETE the file ${zimId}?\n\nThis will update the Kiwix database.`)){
// UX: Change button to "Deleting..." and disable it // UX: Change button to "Deleting..." and disable it
const btnDel = document.getElementById(`btn-del-${zimId}`); const btnDel = document.getElementById(`btn-del-${zimId}`);