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.
2 parents 67399e6 + 3ed1c09 commit 2234eb2Copy full SHA for 2234eb2
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
* [#93](https://github.com/pmd/pmd-regression-tester/issues/93): Line numbers > 1000 are not displayed correctly
9
* [#96](https://github.com/pmd/pmd-regression-tester/issues/96): Fix failing integration tests
10
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