Skip to content

Commit

Permalink
Revert "Patch Remove Items ERROR CRSF"
Browse files Browse the repository at this point in the history
This reverts commit 86d99e0.
  • Loading branch information
rickyb82 committed Nov 15, 2024
1 parent 7f05b4c commit 9c4a031
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 9c4a031

Please sign in to comment.