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 d7aa8ef commit 5535aebCopy full SHA for 5535aeb
src/Report/Html/Facade.php
@@ -146,6 +146,7 @@ private function copyFiles($target)
146
copy($this->templatePath . 'js/jquery.min.js', $dir . 'jquery.min.js');
147
copy($this->templatePath . 'js/nv.d3.min.js', $dir . 'nv.d3.min.js');
148
copy($this->templatePath . 'js/respond.min.js', $dir . 'respond.min.js');
149
+ copy($this->templatePath . 'js/file.js', $dir . 'file.js');
150
}
151
152
/**
0 commit comments