Merge branch 'main' into pages

This commit is contained in:
frankknoll
2023-09-08 19:55:27 +02:00
3 changed files with 3289 additions and 1 deletions

View File

@@ -37,7 +37,7 @@
<script src="./BatchcodeByCountryBarChart.js"></script>
<script>
$(document).ready(function () {
urlSearchParams = new URLSearchParams(window.location.search);
const urlSearchParams = new URLSearchParams(window.location.search);
new BatchCodeTableInitializer().initialize(
{
batchCodeTableElement: $('#batchCodeTable'),