From c4de69c91cc851eece835c614284bebd2c125ec7 Mon Sep 17 00:00:00 2001 From: Ben Finney Date: Fri, 15 Jul 2016 05:14:41 +1000 Subject: Correct references to the debounce library file. --- coverage/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/html.py') diff --git a/coverage/html.py b/coverage/html.py index e5b1db2a..66827d75 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"), -- cgit v1.2.1