GeoChatter / GeoChatter-Summary

GeoChatter game summary pages
https://geochatter.tv/results/
Apache License 2.0
0 stars 0 forks source link

Round Score and show precise score on hover #4

Open s0er3n opened 2 years ago

s0er3n commented 2 years ago

either via elment tiltle or tooltip

s0er3n commented 2 years ago

((score % 1) < 1e-4 ? score.toFixed(0) : score.toFixed(4)) from rhino