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 +- coverage/htmlfiles/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'coverage') 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"), diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index ee2deab0..1e3999f9 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -11,7 +11,7 @@ {% endif %} - + -- cgit v1.2.1