Skip to content

Commit 7a409f0

Browse files
committed
Change id of open/close toggle button to be different from the table it toggles.
Depending on the filename it may end up hiding itself as well as the table.
1 parent 4a6de0f commit 7a409f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependency_dash/templates/dependency_table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% set dependencies = list(get_dependency_status(requirements)) %}
55
{% set anchor_id = normalize(filename) %}
66

7-
<section id="{{ filename }}" class="dependency-table-header text-center">
7+
<section id="{{ filename }}-button" class="dependency-table-header text-center">
88
<button
99
class="btn text-center"
1010
type="button"

0 commit comments

Comments
 (0)