Project

General

Profile

Bug #18284 » 0007637.patch

Administrator Admin, 2008-02-23 16:20

View differences:

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)
(2-2/3)