adding some TODOs

This commit is contained in:
frankknoll
2023-02-02 10:51:37 +01:00
parent ae9630c60b
commit b59e276d56
2 changed files with 2 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ class BatchCodeTableInitializer {
#displayCountry(country) {
this.#heading.textContent = country == 'Global' ? 'Global Batch Codes' : `Batch Codes for ${country}`;
// FK-TODO: show "Loading.." message or spinning wheel.
fetch(`data/batchCodeTables/${country}.json`)
.then(response => response.json())
.then(json => {