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 85f47ab..6e21efa 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -53,6 +53,7 @@ class HtmlReporter(Reporter): STATIC_FILES = [ ("style.css", ""), ("jquery.min.js", "jquery"), + ("jquery.debounce.min.js", "jquery-debounce"), ("jquery.hotkeys.js", "jquery-hotkeys"), ("jquery.isonscreen.js", "jquery-isonscreen"), ("jquery.tablesorter.min.js", "jquery-tablesorter"), |