From 56026f10f6fb8a6cce270cf2b169f724470ce96d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 20 Apr 2011 22:35:00 -0400 Subject: Keyboard-shorcut help is now available on the file page of the HTML report. --- coverage/html.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'coverage/html.py') diff --git a/coverage/html.py b/coverage/html.py index 802327d2..fffd9b45 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -37,6 +37,8 @@ class HtmlReporter(Reporter): "jquery.isonscreen.js", "jquery.tablesorter.min.js", "coverage_html.js", + "keybd_closed.png", + "keybd_open.png", ] def __init__(self, cov, ignore_errors=False): -- cgit v1.2.1