Stikkord stemningsrapport

document.addEventListener('DOMContentLoaded', function() { function fixPriceSlider() { var slider = document.querySelector('[data-range-slider-wrapper]'); if (slider && slider.noUiSlider) { var decimals = (typeof fluentcart_shop_vars !== 'undefined' && fluentcart_shop_vars.shop) ? parseInt(fluentcart_shop_vars.shop.decimal_points) : 0; slider.noUiSlider.updateOptions({ format: { to: function(value) { return parseFloat(value).toFixed(decimals); }, from: function(value) { return parseFloat(value).toFixed(decimals); } } }); } } setTimeout(fixPriceSlider, 500); setTimeout(fixPriceSlider, 1500); });