Skip to content

Commit e5a4a8e

Browse files
authored
Opera Presto fix (#1073)
Applies to #904 and #1062
1 parent 810a8e7 commit e5a4a8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

views/includes/scripts/tableTrLinkScript.html

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
var anchor = null;
66
var url = null;
77

8+
aEv.preventDefault();
9+
810
// Traverse up the DOM to find the container tr tag
911
while (!container.classList.contains('tr-link')) {
1012
if (!(container = container.parentNode)) {

0 commit comments

Comments
 (0)