Skip to content

Commit

Permalink
Patch Remove Items ERROR CRSF
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyb82 committed Oct 26, 2024
1 parent 5c5ca9b commit 86d99e0
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Binary file modified installed_ps.openaccessitalia.org/resources/views/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
data: {
item: item,
},
headers: {'X-CSRF-TOKEN': $('meta[name="csrf_token"]').attr('content')},
headers: {'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')},
statusCode: {
200: function(data) {
table.ajax.reload();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
data: {
item: item,
},
headers: {'X-CSRF-TOKEN': $('meta[name="csrf_token"]').attr('content')},
headers: {'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')},
statusCode: {
200: function(data) {
table.ajax.reload();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
data: {
item: item,
},
headers: {'X-CSRF-TOKEN': $('meta[name="csrf_token"]').attr('content')},
headers: {'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')},
statusCode: {
200: function(data) {
table.ajax.reload();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
data: {
item: item,
},
headers: {'X-CSRF-TOKEN': $('meta[name="csrf_token"]').attr('content')},
headers: {'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')},
statusCode: {
200: function(data) {
table.ajax.reload();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
data: {
item: item,
},
headers: {'X-CSRF-TOKEN': $('meta[name="csrf_token"]').attr('content')},
headers: {'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')},
statusCode: {
200: function(data) {
table.ajax.reload();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
data: {
item: item,
},
headers: {'X-CSRF-TOKEN': $('meta[name="csrf_token"]').attr('content')},
headers: {'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')},
statusCode: {
200: function(data) {
table.ajax.reload();
Expand Down

0 comments on commit 86d99e0

Please sign in to comment.