Solution
This commit is contained in:
parent
6e36469a0e
commit
a08b919fb8
|
|
@ -162,6 +162,12 @@ console.groupEnd();
|
||||||
cssOverride: 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
|
// Debug CSS loading
|
||||||
console.log('[App] Configuration chargée:', window.appConfig);
|
console.log('[App] Configuration chargée:', window.appConfig);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user