Merge branch 'master' of gitlab.noalyss.eu:noalyss/noalyss into devel
This commit is contained in:
commit
03469c646f
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue