Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oybek committed Aug 22, 2023
1 parent 6fd20e1 commit c7e3320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avtokg/search/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
JSON.stringify({
brand: $("#brand").val(),
model: $("#model").val(),
price_min: parseInt($("#price-min").val(), 10),
price_max: parseInt($("#price-max").val(), 10),
priceMin: parseInt($("#price-min").val(), 10),
priceMax: parseInt($("#price-max").val(), 10),
year: $("#year").val(),
})
);
Expand Down

0 comments on commit c7e3320

Please sign in to comment.