Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent.abbal committed Dec 8, 2024
1 parent a47ab74 commit 045d0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/24jdpp/24jdpp-deposer-1-app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
var regex = /^[a-zA-Z0-9\-_ ]+$/;
document.getElementById('error_files').innerHTML = " ";
document.getElementById('error_remarques').innerHTML = " ";
//document.getElementById('error_remarques').innerHTML = " ";
var nb_py = 0
var nb_pyxres = 0
Expand Down Expand Up @@ -128,7 +128,7 @@
//send all the form data along with the files:
this.on("sendingmultiple", function(data, xhr, formData) {
formData.append("jour", {{ $jour }});
formData.append("remarques", jQuery("#remarques").val());
//formData.append("remarques", jQuery("#remarques").val());
});
this.on("successmultiple", function(files, response) {
console.log('success sending');
Expand Down

0 comments on commit 045d0d4

Please sign in to comment.