Skip to content

Commit 9a1954a

Browse files
septatrixnedbat
authored andcommitted
refactor(html): remove all uses of jQuery, only vanilla JS now
This is squashed from pull request #1248
1 parent 5da82cc commit 9a1954a

13 files changed

+408
-624
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ coverage.xml
1414

1515
# Stuff generated by editors.
1616
.idea/
17+
.vscode/
1718
.vimtags
1819

1920
# Stuff in the root.
@@ -29,6 +30,7 @@ setuptools-*.egg
2930
.pytest_cache
3031
.hypothesis
3132
.ruby-version
33+
.venv
3234

3335
# Stuff in the test directory.
3436
covmain.zip

coverage/html.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,6 @@ class HtmlReporter:
159159
# directory.
160160
STATIC_FILES = [
161161
("style.css", ""),
162-
("jquery.min.js", "jquery"),
163-
("jquery.ba-throttle-debounce.min.js", "jquery-throttle-debounce"),
164-
("jquery.hotkeys.js", "jquery-hotkeys"),
165-
("jquery.isonscreen.js", "jquery-isonscreen"),
166-
("jquery.tablesorter.min.js", "jquery-tablesorter"),
167162
("coverage_html.js", ""),
168163
("keybd_closed.png", ""),
169164
("keybd_open.png", ""),

0 commit comments

Comments
 (0)