diff options
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", ""), |