Skip to content

Commit

Permalink
fix: collapse report table
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Dec 27, 2020
1 parent d71421c commit c2ccd43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified dist/scanner
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Templates/html/Report.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
});
})(jQuery);
function expandAll() {
$("#report .table, #report .dataTables_wrapper").show();
$("#report .dataTables_wrapper").show();
}
function collapseAll() {
$("#report .table, #report .dataTables_wrapper").hide();
$("#report .dataTables_wrapper").hide();
}
</script>
</head>
Expand Down

0 comments on commit c2ccd43

Please sign in to comment.