Skip to content

Commit d4acc1a

Browse files
author
Tom Bevers
committed
Remove highcharts.js
1 parent ec571ff commit d4acc1a

File tree

2 files changed

+0
-251
lines changed

2 files changed

+0
-251
lines changed

PHP/CodeCoverage/Report/HTML.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ protected function copyFiles($target)
199199

200200
$dir = $this->getDirectory($target . 'js');
201201
copy($this->templatePath . 'js/bootstrap.min.js', $dir . 'bootstrap.min.js');
202-
copy($this->templatePath . 'js/highcharts.js', $dir . 'highcharts.js');
203202
copy($this->templatePath . 'js/d3.min.js', $dir . 'd3.min.js');
204203
copy($this->templatePath . 'js/nv.d3.min.js', $dir . 'nv.d3.min.js');
205204
copy($this->templatePath . 'js/holder.js', $dir . 'holder.js');

0 commit comments

Comments
 (0)