We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6330a commit 684e2feCopy full SHA for 684e2fe
src/CodeCoverage/Report/HTML.php
@@ -156,6 +156,7 @@ private function copyFiles($target)
156
copy($this->templatePath . 'js/jquery.min.js', $dir . 'jquery.min.js');
157
copy($this->templatePath . 'js/nv.d3.min.js', $dir . 'nv.d3.min.js');
158
copy($this->templatePath . 'js/respond.min.js', $dir . 'respond.min.js');
159
+ copy($this->templatePath . 'js/list.min.js', $dir . 'list.min.js');
160
}
161
162
/**
0 commit comments