We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a3b49 commit 3ed1c09Copy full SHA for 3ed1c09
History.md
@@ -4,6 +4,7 @@
4
5
## Fixed Issues
6
7
+* [#86](https://github.com/pmd/pmd-regression-tester/issues/86): Uncaught TypeError: violation is undefined
8
* [#96](https://github.com/pmd/pmd-regression-tester/issues/96): Fix failing integration tests
9
10
## External Contributions
resources/js/project-report.js
@@ -118,7 +118,7 @@ $(document).ready(function () {
118
},
119
});
120
121
- $('#violationsTable tbody').on('click', 'tr', function() {
+ $('#violationsTable tbody').on('click', 'tr[role=row]', function() {
122
var tr = $(this).closest('tr');
123
var row = table.row( tr );
124
0 commit comments