summaryrefslogtreecommitdiff
path: root/coverage/html.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/html.py')
-rw-r--r--coverage/html.py2
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"),