0.0.3
This commit is contained in:
@@ -24,7 +24,7 @@ function sendWidthAjax () {
|
||||
|
||||
function renderContent () {
|
||||
let data = sendWidthAjax()
|
||||
let section_button = document.querySelector(".section_button")
|
||||
let section_button = document.querySelector(".section_btn")
|
||||
data['section_url'] = section_button.dataset['url']
|
||||
$.ajax({
|
||||
headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() },
|
||||
|
||||
Reference in New Issue
Block a user