.
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
csrfmiddlewaretoken: "{{ csrf_token }}",
|
||||
//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",
|
||||
dataType: "json",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user