mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
commit
b7cd3c6454
@ -201,7 +201,7 @@ $(document).ready(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);
|
||||
})
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user