Bug #18284 » 0007637.patch
typo3/js/tree.js (Arbeitskopie) | ||
---|---|---|
refresh: function() {
|
||
var r = new Date();
|
||
// randNum is useful so pagetree does not get cached in browser cache when refreshing
|
||
window.location.href = '?randNum=' + r.getTime();
|
||
window.location.search = '?randNum=' + r.getTime();
|
||
},
|
||
// attaches the events to the elements needed for the drag and drop (for the titles and the icons)
|