diff --git a/typo3/js/backend.js b/typo3/js/backend.js
index c00fa82806eaeccb6f0205bc1471213b569b5a9a..a392fd78443001e7e95ed5c643f279d1b0ef2c37 100644
--- a/typo3/js/backend.js
+++ b/typo3/js/backend.js
@@ -36,7 +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;
+	top.fsMod.recentIds['web'] = -2;
 
 	if (top.TYPO3.Backend.NavigationContainer.PageTree) {
 		top.TYPO3.Backend.NavigationContainer.PageTree.refreshTree();