Index: typo3/js/tree.js =================================================================== --- typo3/js/tree.js (revision 5104) +++ typo3/js/tree.js (working copy) @@ -82,8 +82,8 @@ refresh: function() { var r = new Date(); // randNum is useful so pagetree does not get cached in browser cache when refreshing - var search = window.location.search.replace(/&randNum=\d+/, ''); - window.location.search = search+'&randNum=' + r.getTime(); + var location = window.location.href.replace(/&randNum=\d+/, ''); + window.location = location + '&randNum=' + r.getTime(); }, // attaches the events to the elements needed for the drag and drop (for the titles and the icons)