Skip to content

Commit

Permalink
remove the
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmohrin committed Dec 9, 2024
1 parent b8f8f32 commit 7e1dde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evap/evaluation/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
document.querySelectorAll(".table-seamless-links [data-url]").forEach(row => {
row.addEventListener("click", event => {
// We navigate via the <a> tag to enable browser behavior for Ctrl-Click. We cannot insert an actual
// <a> tag, because there cannot be any non-table tags between the for example <tbody> and <tr>.
// <a> tag, because there cannot be any non-table tags between for example <tbody> and <tr>.
const anchor = document.createElement("a");
anchor.href = row.dataset.url;
// As `event` is bound to `row`, we need to clone it.
Expand Down

0 comments on commit 7e1dde7

Please sign in to comment.