summaryrefslogtreecommitdiff
path: root/html/includes/js/highcharts-functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/includes/js/highcharts-functions.js')
-rw-r--r--html/includes/js/highcharts-functions.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/html/includes/js/highcharts-functions.js b/html/includes/js/highcharts-functions.js
deleted file mode 100644
index 4fe381a..0000000
--- a/html/includes/js/highcharts-functions.js
+++ /dev/null
@@ -1 +0,0 @@
-round_up = function(x,factor){ return x - (x%factor) + (x%factor>0 && factor);} \ No newline at end of file