Skip to content

Commit 684e2fe

Browse files
committed
Add list.min.js to copy directory
1 parent da6330a commit 684e2fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CodeCoverage/Report/HTML.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ private function copyFiles($target)
156156
copy($this->templatePath . 'js/jquery.min.js', $dir . 'jquery.min.js');
157157
copy($this->templatePath . 'js/nv.d3.min.js', $dir . 'nv.d3.min.js');
158158
copy($this->templatePath . 'js/respond.min.js', $dir . 'respond.min.js');
159+
copy($this->templatePath . 'js/list.min.js', $dir . 'list.min.js');
159160
}
160161

161162
/**

0 commit comments

Comments
 (0)