Skip to content

Commit

Permalink
0.4_1/2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorProj committed Sep 8, 2024
1 parent 678cf8d commit f39de79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MeTMT/js/utils/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function milestoneShown(layer, id) {
}
return false;
}
function format(decimal, precision = 0) {
function format(decimal, precision = 2) {
switch (options.formatting) {
case "default":
return defaultFormat(decimal, precision);
Expand Down

0 comments on commit f39de79

Please sign in to comment.