Solution
This commit is contained in:
@@ -161,6 +161,12 @@ console.groupEnd();
|
||||
debugMode: true,
|
||||
cssOverride: true
|
||||
};
|
||||
|
||||
// CORRECTION FORCÉE IMMÉDIATE
|
||||
if (window.appConfig.activeLink === 'Accueil') {
|
||||
console.warn('🔧 Correction: Accueil forcé en menu 0 (était: ' + window.appConfig.activeParentId + ')');
|
||||
window.appConfig.activeParentId = '0';
|
||||
}
|
||||
|
||||
// Debug CSS loading
|
||||
console.log('[App] Configuration chargée:', window.appConfig);
|
||||
|
||||
Reference in New Issue
Block a user