summaryrefslogtreecommitdiff
path: root/coverage/html.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/html.py')
-rw-r--r--coverage/html.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/coverage/html.py b/coverage/html.py
index f8e84acd..6df84a57 100644
--- a/coverage/html.py
+++ b/coverage/html.py
@@ -49,7 +49,8 @@ class HtmlReporter(Reporter):
# Create the once-per-directory files.
for static in [
- "style.css", "jquery-1.3.2.min.js", "jquery.tablesorter.min.js"
+ "style.css", "coverage_html.js",
+ "jquery-1.3.2.min.js", "jquery.tablesorter.min.js"
]:
shutil.copyfile(
data_filename("htmlfiles/" + static),