Skip to content

Commit

Permalink
fix: toggle report table
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Dec 27, 2020
1 parent 2892148 commit de35a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Templates/html/Report.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
(function ($) {
$(function () {
$("#report tr").click(function (e) {
$(this).find('.dataTables_wrapper').toggle();
$(this).find('#report tr table, .dataTables_wrapper').toggle();
});
$("#report tr table, #report .dataTables_wrapper").click(function(e) {
e.stopPropagation();
Expand Down

0 comments on commit de35a18

Please sign in to comment.