moving some files to batchCodeTables folder

This commit is contained in:
frankknoll
2022-02-25 12:00:49 +01:00
parent 870787f91c
commit e49b9279f1
165 changed files with 2 additions and 42 deletions

View File

@@ -74,7 +74,7 @@ class BatchCodeTableInitializer {
#displayCountry(country) {
this.#heading.textContent = country == 'Global' ? 'Global Batch Codes' : `Batch Codes for ${country}`;
this.#batchCodeTable.ajax.url(`data/${country}.json`).load();
this.#batchCodeTable.ajax.url(`data/batchCodeTables/${country}.json`).load();
this.#selectInput();
}