Solution
This commit is contained in:
parent
6e36469a0e
commit
a08b919fb8
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user