We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810a8e7 commit e5a4a8eCopy full SHA for e5a4a8e
views/includes/scripts/tableTrLinkScript.html
@@ -5,6 +5,8 @@
5
var anchor = null;
6
var url = null;
7
8
+ aEv.preventDefault();
9
+
10
// Traverse up the DOM to find the container tr tag
11
while (!container.classList.contains('tr-link')) {
12
if (!(container = container.parentNode)) {
0 commit comments