louie_branch #81

Merged
MarkHipe merged 5 commits from louie_branch into main 2024-05-08 17:54:17 +08:00
1 changed files with 2 additions and 4 deletions
Showing only changes of commit b254e6241d - Show all commits

View File

@ -420,6 +420,7 @@ $products = productList();
} else {
console.error("Product row with ID " + productId + " not found in the DOM.");
}
location.reload();
} else {
throw new Error("Error deleting product with ID " + productId + ": " + response.statusText);
}
@ -429,10 +430,7 @@ $products = productList();
});
});
}
}
}
</script>
</section>
<!-- End Vendor dashboard section -->