diff options
author | Septatrix <24257556+Septatrix@users.noreply.github.com> | 2021-03-27 13:55:36 +0100 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-23 08:15:29 -0400 |
commit | 9a1954a224c7c0f578513d8f4ca5f821fcf2cf5a (patch) | |
tree | 7425ab8502f25930ed54463dbce1e7db7a821e8c /coverage/html.py | |
parent | 5da82cc579a69b5a53f9c15dfce28e37917d1579 (diff) | |
download | python-coveragepy-git-9a1954a224c7c0f578513d8f4ca5f821fcf2cf5a.tar.gz |
refactor(html): remove all uses of jQuery, only vanilla JS now
This is squashed from pull request #1248
Diffstat (limited to 'coverage/html.py')
-rw-r--r-- | coverage/html.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/coverage/html.py b/coverage/html.py index 1fbac4b3..e56e3079 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -159,11 +159,6 @@ class HtmlReporter: # directory. STATIC_FILES = [ ("style.css", ""), - ("jquery.min.js", "jquery"), - ("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"), ("coverage_html.js", ""), ("keybd_closed.png", ""), ("keybd_open.png", ""), |