diff --git a/views/includes/scripts/tableTrLinkScript.html b/views/includes/scripts/tableTrLinkScript.html index 7715a6cbb..c84f19219 100644 --- a/views/includes/scripts/tableTrLinkScript.html +++ b/views/includes/scripts/tableTrLinkScript.html @@ -5,6 +5,8 @@ var anchor = null; var url = null; + aEv.preventDefault(); + // Traverse up the DOM to find the container tr tag while (!container.classList.contains('tr-link')) { if (!(container = container.parentNode)) {