Skip to content

Commit

Permalink
refactor(html): remove all uses of jQuery, only vanilla JS now
Browse files Browse the repository at this point in the history
This is squashed from pull request nedbat#1248
  • Loading branch information
septatrix authored and nedbat committed Oct 23, 2021
1 parent 5da82cc commit 9a1954a
Show file tree
Hide file tree
Showing 13 changed files with 408 additions and 624 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -14,6 +14,7 @@ coverage.xml

# Stuff generated by editors.
.idea/
.vscode/
.vimtags

# Stuff in the root.
Expand All @@ -29,6 +30,7 @@ setuptools-*.egg
.pytest_cache
.hypothesis
.ruby-version
.venv

# Stuff in the test directory.
covmain.zip
Expand Down
5 changes: 0 additions & 5 deletions coverage/html.py
Expand Up @@ -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", ""),
Expand Down

0 comments on commit 9a1954a

Please sign in to comment.