Actualiser assets/js/app.js
CI / PHP Syntax Check (push) Has been cancelled
CI / JavaScript Lint (push) Has been cancelled
CI / Docker Build Test (push) Has been cancelled
CI / Validate Translation Files (push) Has been cancelled
CI / Auto-merge develop → main (push) Has been cancelled
CI / Create GitHub Release (push) Has been cancelled
CI / PHP Syntax Check (push) Has been cancelled
CI / JavaScript Lint (push) Has been cancelled
CI / Docker Build Test (push) Has been cancelled
CI / Validate Translation Files (push) Has been cancelled
CI / Auto-merge develop → main (push) Has been cancelled
CI / Create GitHub Release (push) Has been cancelled
This commit is contained in:
+2
-2
@@ -4711,7 +4711,7 @@ function refreshCurrentPage() {
|
|||||||
loadShoppingList();
|
loadShoppingList();
|
||||||
break;
|
break;
|
||||||
case 'products': loadAllProducts(); break;
|
case 'products': loadAllProducts(); break;
|
||||||
case 'recipe': loadRecipeArchive(); break;
|
case 'recipe': loadRecipeArchive(); loadRecipeLibrary(); break;
|
||||||
case 'log': loadLog(); break;
|
case 'log': loadLog(); break;
|
||||||
// scan/ai/settings/chat: nessun dato live da ricaricare
|
// scan/ai/settings/chat: nessun dato live da ricaricare
|
||||||
}
|
}
|
||||||
@@ -4770,7 +4770,7 @@ function showPage(pageId, param = null, options = {}) {
|
|||||||
_shoppingInventoryCache = null; // invalidate so hints use fresh data
|
_shoppingInventoryCache = null; // invalidate so hints use fresh data
|
||||||
loadShoppingList();
|
loadShoppingList();
|
||||||
break;
|
break;
|
||||||
case 'recipe': loadRecipeArchive(); break;
|
case 'recipe': loadRecipeArchive(); loadRecipeLibrary(); break;
|
||||||
case 'log': loadLog(); break;
|
case 'log': loadLog(); break;
|
||||||
case 'ai': initAICamera(); break;
|
case 'ai': initAICamera(); break;
|
||||||
case 'settings': loadSettingsUI(); break;
|
case 'settings': loadSettingsUI(); break;
|
||||||
|
|||||||
Reference in New Issue
Block a user