File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 22 // Displays products from allproducts.json
33 // allproducts.json created with db-capture.py
44
5- var allProducts = "assets/db/allproducts.json" ;
6- var imgdir = "images/shared/partners/48/" ;
5+ const allProducts = "assets/db/allproducts.json" ;
6+ const imgdir = "images/shared/partners/48/" ;
77
88
99// displayProductsfromArray(data);
10- var product_list = getProducts ( allProducts ) ;
10+ const product_list = getProducts ( allProducts ) ;
1111
1212async function getProducts ( array ) {
1313 const response = await fetch ( array ) ;
Original file line number Diff line number Diff line change 104104 </ div >
105105 < footer-template > </ footer-template >
106106
107- < script defer src ="assets/js/hardware.js "> </ script >
108107 < script defer src ="assets/js/jquery.scrollex.min.js "> </ script >
109108 < script defer src ="assets/js/jquery.scrolly.min.js "> </ script >
110109 < script defer src ="assets/js/jquery.poptrox.min.js "> </ script >
You can’t perform that action at this time.
0 commit comments