refactoring

This commit is contained in:
frankknoll
2022-02-11 20:54:49 +01:00
parent 3da5c46a8b
commit 80ab6a8157
9 changed files with 153932 additions and 64 deletions

View File

@@ -25,7 +25,7 @@
document.title = title;
document.querySelectorAll(".title").forEach(element => element.textContent = title);
document.querySelectorAll(".companyName").forEach(element => element.textContent = companyName);
$("#table").load("src/results/batchCodes/" + company + ".html", function () {
$("#table").load("data/" + company + ".html", function () {
$('#batchCodeTable').DataTable({
language: {
searchPlaceholder: "Enter " + companyName + " Batch Code"