.
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
data: {
|
data: {
|
||||||
csrfmiddlewaretoken: "{{csrf_token}}",
|
csrfmiddlewaretoken: "{{csrf_token}}",
|
||||||
edit_cid_user: el.target.dataset.pk,
|
edit_cid_user: el.target.dataset.pk,
|
||||||
add: !el.target.parentElement.hasClass("current"),
|
add: !parent.hasClass("current"),
|
||||||
exam_id: $(evt.target).data("exam-id"),
|
exam_id: $(evt.target).data("exam-id"),
|
||||||
},
|
},
|
||||||
type: "POST",
|
type: "POST",
|
||||||
|
|||||||
Reference in New Issue
Block a user