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 | 77259b5d1fffff59aa5ad71e9e3a14a8084e838b (patch) | |
tree | eaa4d8f61dfa21f4566292a4820b58e51cc389af /coverage/html.py | |
parent | 2616772b7b33e76487ab9f16bcabb7c5aeb5feaf (diff) | |
download | python-coveragepy-77259b5d1fffff59aa5ad71e9e3a14a8084e838b.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 15afca8..42da297 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"), |