index
:
utstats.git
master
update-to-mysqli
UTStats is a Serverside Actor and websystem for the original Unreal Tournament
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
html
/
includes
/
js
/
highcharts-functions.js
blob: 4fe381a6239a39bdbd4f4df17bf792982a74eecc (
plain
)
1
round_up = function(x,factor){ return x - (x%factor) + (x%factor>0 && factor);}