This commit is contained in:
SBD
2023-11-26 18:54:04 +03:00
parent eef2ca509a
commit 872f569fc3
24 changed files with 179 additions and 3 deletions

View File

@@ -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() },