in src/gui.js [110:113]
function updateProduct(id) { const product = C.PRODUCTS_BY_ID[id]; funcs.changeProduct(product.id); }