This commit is contained in:
2023-07-25 18:41:13 +03:00
parent 0febab97c8
commit 578d86456d
5 changed files with 123 additions and 43 deletions

View File

@@ -18,16 +18,18 @@ function sendRoute(el){
// location.href = '/profile'
document.querySelector(".info_profile").innerHTML = data.html
},
error: function (data, exception){
document.querySelector(".info_profile").innerHTML = data.responseJSON.html
document.querySelector(".info_profile").innerHTML = data.responseJSON.html;
$('#id_weight').ionRangeSlider({
skin: "round",
type: "single",
min: 0,
max: 1000,
from: 500,
step: 1,
grid: true,
grid_num: 5,