fix bijou photo error
This commit is contained in:
parent
49a7238659
commit
1ec5af483c
File diff suppressed because one or more lines are too long
@ -71,7 +71,6 @@ window.addEventListener("DOMContentLoaded", function () {
|
|||||||
|
|
||||||
var pacemakerBtn = document.getElementById("pacemakerBtn");
|
var pacemakerBtn = document.getElementById("pacemakerBtn");
|
||||||
var rapportSoinBtn = document.getElementById("rapportSoinBtn");
|
var rapportSoinBtn = document.getElementById("rapportSoinBtn");
|
||||||
// var rapportBijouxBtn = document.getElementById("rapportBijouxBtn");
|
|
||||||
var exportCareCertificateButton = document.getElementById("exportCareCertificate");
|
var exportCareCertificateButton = document.getElementById("exportCareCertificate");
|
||||||
var setDefuntCoverButton = this.document.getElementById("coverProductsRadioButton");
|
var setDefuntCoverButton = this.document.getElementById("coverProductsRadioButton");
|
||||||
var exportBijouxRapport = this.document.getElementById("exportBijouxRapport");
|
var exportBijouxRapport = this.document.getElementById("exportBijouxRapport");
|
||||||
@ -129,10 +128,6 @@ window.addEventListener("DOMContentLoaded", function () {
|
|||||||
saveRapportSoin({ numdefunt: defuntid });
|
saveRapportSoin({ numdefunt: defuntid });
|
||||||
});
|
});
|
||||||
|
|
||||||
rapportBijouxBtn.addEventListener("click", function(){
|
|
||||||
saveRapportBijoux({ numdefunt: defuntid });
|
|
||||||
});
|
|
||||||
|
|
||||||
$(".photoBijouUpload").on("change", function () {
|
$(".photoBijouUpload").on("change", function () {
|
||||||
let fileInput = this;
|
let fileInput = this;
|
||||||
let file = fileInput.files[0];
|
let file = fileInput.files[0];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user