Data files go in data folder
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ function refreshIssuesForCurrentSelection() {
|
||||
}
|
||||
|
||||
function loadProductTree() {
|
||||
fetch('products.json')
|
||||
fetch('data/products.json')
|
||||
.then(response => response.json())
|
||||
.then(data => {
|
||||
productsData = expandFilePrefixLevel(data);
|
||||
|
||||
Reference in New Issue
Block a user