projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
arrondis
[auf_rh_dae.git]
/
project
/
media
/
js
/
dae.js
diff --git
a/project/media/js/dae.js
b/project/media/js/dae.js
index
fe007fa
..
e464166
100644
(file)
--- a/
project/media/js/dae.js
+++ b/
project/media/js/dae.js
@@
-5,7
+5,7
@@
function clean_float(value){
else
output = parseFloat(value);
output = Math.round(output*100)/100;
- return output;
+ return parseInt(output);
}
/* stocker le texte par défaut à afficher */