0.0.43
This commit is contained in:
@@ -27,6 +27,7 @@ function searchTown(el){
|
||||
return insertSearchList(data, el.name + '_list')
|
||||
},
|
||||
error: function (data){
|
||||
|
||||
console.log('Error')
|
||||
|
||||
}
|
||||
@@ -21,7 +21,7 @@ function createRoute(){
|
||||
type: "single",
|
||||
min: 0,
|
||||
max: 1000,
|
||||
from: 500,
|
||||
from: 100,
|
||||
step: 1,
|
||||
grid: true,
|
||||
grid_num: 5,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user