0.0.22 autocomlitev2.js

This commit is contained in:
2023-07-20 16:05:21 +03:00
parent ced379ab20
commit f2019ec81b
8 changed files with 86 additions and 17 deletions

View File

@@ -17,9 +17,21 @@ function sendRoute(el){
console.log('data received')
// location.href = '/profile'
document.querySelector(".info_profile").innerHTML = data.html
},
error: function (data, exception){
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,
});
}
});
}