Skip to content

Commit

Permalink
Opera Presto fix (#1073)
Browse files Browse the repository at this point in the history
Applies to #904 and #1062
  • Loading branch information
Martii authored Apr 4, 2017
1 parent 810a8e7 commit e5a4a8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/includes/scripts/tableTrLinkScript.html
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit e5a4a8e

Please sign in to comment.