From 07e2c59aa35f9d3057f247882136ea6238ed207c Mon Sep 17 00:00:00 2001 From: Matthijs Kuiper Date: Mon, 8 Jan 2018 00:34:58 +0100 Subject: Assets dir with libs --- html/includes/js/highcharts-functions.js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 html/includes/js/highcharts-functions.js (limited to 'html/includes/js/highcharts-functions.js') 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 -- cgit