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

@@ -27,6 +27,7 @@ function searchTown(el){
return insertSearchList(data, el.name + '_list')
},
error: function (data){
console.log('Error')
}

View File

@@ -21,7 +21,7 @@ function createRoute(){
type: "single",
min: 0,
max: 1000,
from: 500,
from: 100,
step: 1,
grid: true,
grid_num: 5,

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,