.
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
csrfmiddlewaretoken: "{{ csrf_token }}",
|
csrfmiddlewaretoken: "{{ csrf_token }}",
|
||||||
//active: this.checked // true if checked else false
|
//active: this.checked // true if checked else false
|
||||||
},
|
},
|
||||||
body: { question_type: "rapid", aid: el.dataset.aid},
|
body: JSON.stringify({ question_type: "rapid", aid: el.dataset.aid}),
|
||||||
type: "POST",
|
type: "POST",
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user