.
This commit is contained in:
@@ -143,6 +143,10 @@ This series is not associated with any cases.
|
|||||||
.map((i, el) => {
|
.map((i, el) => {
|
||||||
return $(el).val()
|
return $(el).val()
|
||||||
}).toArray()),
|
}).toArray()),
|
||||||
|
structures: JSON.stringify($('#finding-form select[name="structures"]').find(":selected")
|
||||||
|
.map((i, el) => {
|
||||||
|
return $(el).val()
|
||||||
|
}).toArray()),
|
||||||
csrfmiddlewaretoken: $('input[name=csrfmiddlewaretoken]').val(),
|
csrfmiddlewaretoken: $('input[name=csrfmiddlewaretoken]').val(),
|
||||||
action: 'post'
|
action: 'post'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user