Merge branch 'master' of gitlab.noalyss.eu:noalyss/noalyss into devel

This commit is contained in:
sparkyx 2022-02-06 13:00:18 +01:00
commit 03469c646f

View file

@ -320,7 +320,9 @@ function format_number(obj, p_prec)
precision = p_prec;
}
var value = obj.value;
value = value.replace(/ /g, '');
value = value.replace(/,/g, '.');
value=compute_number(value);