Data files go in data folder

This commit is contained in:
2026-03-16 09:32:00 -05:00
parent 671e3cacf4
commit 8b5f6f173b
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ function refreshIssuesForCurrentSelection() {
}
function loadProductTree() {
fetch('products.json')
fetch('data/products.json')
.then(response => response.json())
.then(data => {
productsData = expandFilePrefixLevel(data);