fixed parts.js
This commit is contained in:
@@ -28,8 +28,8 @@ $(document).ready(function () {
|
||||
loadExistingParts(iddatadb);
|
||||
|
||||
if (partsModal) {
|
||||
partsModal.style.display = "block";
|
||||
overlay.style.display = "none"; // Nascondi overlay
|
||||
const modal = new bootstrap.Modal(partsModal); // Create a new instance
|
||||
modal.show(); // Show the modal
|
||||
} else {
|
||||
console.error("Modal Parts non trovato");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user