Skip to content

Commit

Permalink
progress change edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jggj21 authored Aug 29, 2024
1 parent 6d10563 commit 5c7c274
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/tasks.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,9 @@
$('#editTaskForm').on('submit', function (event) {
event.preventDefault();
console.log("SUBMIT UPDATE");
console.log(this);
console.log($(this).attr('action'));
var formData = new FormData(this);
$.ajax({
url: $(this).attr('action'),
Expand Down

0 comments on commit 5c7c274

Please sign in to comment.