mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
commit
b7cd3c6454
@ -201,7 +201,7 @@ $(document).ready(function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$(".priceField").on('change',function () {
|
$(".priceField").on('change',function () {
|
||||||
var price = parseFloat($(".priceField").val().replace('.','').replace(',','.'));
|
var price = parseFloat($(".priceField").val().replace(/\./g, '').replace(',','.'));
|
||||||
$('.priceHidden').find('input').val(price);
|
$('.priceHidden').find('input').val(price);
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user