Skip to content
Snippets Groups Projects
Commit 2f43a1df authored by Jeff Segars's avatar Jeff Segars
Browse files

Follow-up to #17073: Unset fsMod.recentIDs when opening module via JS jump()...

Follow-up to #17073: Unset fsMod.recentIDs when opening module via JS jump() (Thanks to Stefan Galinski)

git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10149 709f56b5-9817-0410-a4d7-c38de5d9e867
parent 239b5efe
Branches
Tags
No related merge requests found
2011-01-20 Jeff Segars <jeff@webempoweredchurch.org>
* Follow-up to #17073: Unset fsMod.recentIDs when opening module via JS jump() (Thanks to Stefan Galinski)
2011-01-19 Stanislas Rolland <typo3@sjbr.ca>
 
* Fixed bug #17156: htmlArea RTE: Disable Cell merge button in FF when less than two cells are selected
......
......@@ -36,6 +36,7 @@ Ext.ns('TYPO3.configuration');
function jump(url, modName, mainModName) {
// clear information about which entry in nav. tree that might have been highlighted.
top.fsMod.navFrameHighlightedID = [];
top.fsMod.recentIds['web'] = -1;
if (top.TYPO3.Backend.NavigationContainer.PageTree) {
top.TYPO3.Backend.NavigationContainer.PageTree.refreshTree();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment