fix bijou photo error

This commit is contained in:
Tiavina 2025-01-29 14:58:26 +03:00
parent 49a7238659
commit 1ec5af483c
2 changed files with 1 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -71,7 +71,6 @@ window.addEventListener("DOMContentLoaded", function () {
var pacemakerBtn = document.getElementById("pacemakerBtn");
var rapportSoinBtn = document.getElementById("rapportSoinBtn");
// var rapportBijouxBtn = document.getElementById("rapportBijouxBtn");
var exportCareCertificateButton = document.getElementById("exportCareCertificate");
var setDefuntCoverButton = this.document.getElementById("coverProductsRadioButton");
var exportBijouxRapport = this.document.getElementById("exportBijouxRapport");
@ -129,10 +128,6 @@ window.addEventListener("DOMContentLoaded", function () {
saveRapportSoin({ numdefunt: defuntid });
});
rapportBijouxBtn.addEventListener("click", function(){
saveRapportBijoux({ numdefunt: defuntid });
});
$(".photoBijouUpload").on("change", function () {
let fileInput = this;
let file = fileInput.files[0];