Skip to content

Commit de35a18

Browse files
committed
fix: toggle report table
1 parent 2892148 commit de35a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Templates/html/Report.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
(function ($) {
5555
$(function () {
5656
$("#report tr").click(function (e) {
57-
$(this).find('.dataTables_wrapper').toggle();
57+
$(this).find('#report tr table, .dataTables_wrapper').toggle();
5858
});
5959
$("#report tr table, #report .dataTables_wrapper").click(function(e) {
6060
e.stopPropagation();

0 commit comments

Comments
 (0)