diff options
author | Ben Finney <ben+python@benfinney.id.au> | 2016-07-15 05:14:41 +1000 |
---|---|---|
committer | Ben Finney <ben+python@benfinney.id.au> | 2016-07-15 05:14:41 +1000 |
commit | ffb9fff5795be45e92a015dbaba16c3eb8360ccb (patch) | |
tree | a032b4c5266ab1f9f9b0a8c3dcd3a12677ea04d9 /coverage/html.py | |
parent | ecdb61f3cec722599909a9cedf346422df96cdf9 (diff) | |
download | python-coveragepy-ffb9fff5795be45e92a015dbaba16c3eb8360ccb.tar.gz |
Correct references to the debounce library file.
Diffstat (limited to 'coverage/html.py')
-rw-r--r-- | coverage/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/html.py b/coverage/html.py index e5b1db2..66827d7 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -78,7 +78,7 @@ class HtmlReporter(Reporter): STATIC_FILES = [ ("style.css", ""), ("jquery.min.js", "jquery"), - ("jquery.debounce.min.js", "jquery-debounce"), + ("jquery.ba-throttle-debounce.min.js", "jquery-throttle-debounce"), ("jquery.hotkeys.js", "jquery-hotkeys"), ("jquery.isonscreen.js", "jquery-isonscreen"), ("jquery.tablesorter.min.js", "jquery-tablesorter"), |