Fix lora page header

This commit is contained in:
Will Miao
2025-03-17 15:53:53 +08:00
parent a4ee82b51f
commit 0580130d47
6 changed files with 14 additions and 60 deletions

View File

@@ -161,6 +161,7 @@ class RecipeManager {
// Initialize components
document.addEventListener('DOMContentLoaded', () => {
initializeCommonComponents();
window.headerManager = new HeaderManager();
window.recipeManager = new RecipeManager();
// Make importRecipes function available globally