diff options
Diffstat (limited to 'coverage/html.py')
-rw-r--r-- | coverage/html.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coverage/html.py b/coverage/html.py index 29842cfb..c2a2443e 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -29,6 +29,7 @@ class HtmlReporter(Reporter): "style.css", "jquery-1.4.3.min.js", "jquery.tablesorter.min.js", + "jquery.hotkeys.js", "coverage_html.js", ] |