diff options
author | Danny Allen <danny.allen@pennantplc.co.uk> | 2014-05-15 12:29:17 +0100 |
---|---|---|
committer | Danny Allen <danny.allen@pennantplc.co.uk> | 2014-05-15 12:29:17 +0100 |
commit | c24c5b0ce6aa1b2cc90529fefec248dadd32125d (patch) | |
tree | 036722c99c109460dddbdb8ef8490e3888376519 /coverage/html.py | |
parent | dcfafdac94a31a755b958d6f47ffd09e38ea9833 (diff) | |
download | python-coveragepy-git-c24c5b0ce6aa1b2cc90529fefec248dadd32125d.tar.gz |
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
Diffstat (limited to 'coverage/html.py')
-rw-r--r-- | coverage/html.py | 1 |
1 files changed, 1 insertions, 0 deletions
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"), |