Skip to content

Commit

Permalink
✨ (links) open link in new tabs to avoid losing filter values
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeGambette committed Aug 20, 2023
1 parent c296ef0 commit 33e5aaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ <h1 id="title"></h1>
<p id="credits"></p>
<div id="filters"><h2>Filtres</h2><p>Les champs ci-dessous sont des filtres : seules sont affichées les lignes qui contiennent, pour le ou les champs que vous avez complétés, une valeur qui inclut ce que vous avez écrit dans le champ (en ignorant la casse).</p></div>
<div class="loader"><!-- CC0-licensed code from https://loading.io/css/ --><div class="lds-ring"><div></div><div></div><div></div><div></div></div><br><em>Chargement des données en cours, merci d'attendre quelques secondes...</em></div>
<h2>Données</h2>
<table>
<tr id="column-heading"></tr>
</table>
Expand All @@ -113,6 +114,7 @@ <h1 id="title"></h1>
let link = document.createElement("a");
link.appendChild(text);
link.setAttribute("href", i[f]);
link.setAttribute("target", "_blank");
td.appendChild(link);
} else {
td.appendChild(text);
Expand Down

0 comments on commit 33e5aaf

Please sign in to comment.