From c24c5b0ce6aa1b2cc90529fefec248dadd32125d Mon Sep 17 00:00:00 2001 From: Danny Allen Date: Thu, 15 May 2014 12:29:17 +0100 Subject: Rework of my pull request #18: * Implement "go to next" buttons in pyfile UI * Improve filter on main UI to persist over page reloads * Hide totals table footer if hiding any rows, as values will be inaccurate * Implement live filtering of index table rows * Upgrade to jQuery 1.11.1 --- coverage/html.py | 1 + 1 file changed, 1 insertion(+) (limited to 'coverage/html.py') diff --git a/coverage/html.py b/coverage/html.py index 15afca8e..42da2972 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"), -- cgit v1.2.1