Bug #24720 ยป 17208_v1.diff
typo3/js/modulemenu.js (Arbeitskopie) | ||
---|---|---|
}
|
||
component.show()
|
||
// backwards compatibility
|
||
top.nav = component;
|
||
|
||
TYPO3.Backend.NavigationContainer.show();
|
||
this.loadedNavigationComponentId = navigationComponentId;
|
||
},
|
||
... | ... | |
// keep backward compatibility
|
||
top.list = TYPO3.Backend.ContentContainer;
|
||
top.nav = TYPO3.Backend.NavigationContainer.PageTree;
|
||
top.list_frame = top.list.getIframe();
|
||
top.nav_frame = TYPO3.Backend.NavigationContainer.PageTree;
|
||