Skip to content

Commit

Permalink
Fix anchor link and translate label to english in animated barchart
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Mar 9, 2024
1 parent b94ee0a commit e66ac8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions barchart-animated/listtemplateheader.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
}
</script>
<div class="text-right d-print-none ion-hide">
<label for="checkbox1" onClick="save()"><input type="checkbox" id="checkbox1"> Automatisch
aktualisieren</input></label></div>
<label for="checkbox1" onClick="save()"><input type="checkbox" id="checkbox1"> Automatic reload
</input></label></div>
<script>
// Save status of checkbox.
function save() {
Expand All @@ -45,7 +45,7 @@
}
</script>

<a href="#barchart"></a>
<a name="barchart"></a>

<div class="barchart" id="links"></div>
<script type="text/javascript">
Expand Down

0 comments on commit e66ac8e

Please sign in to comment.