Project

General

Profile

Bug #24142 ยป 16487_v1.patch

Administrator Admin, 2010-11-19 23:21

View differences:

typo3/js/modulemenu.js (working copy)
//get id
var section = mod.split('_')[0];
if (top.fsMod.recentIds[section]) {
params = 'id=' + top.fsMod.recentIds[section] + params;
params = 'id=' + top.fsMod.recentIds[section] + '&' + params;
}
if (record.navigationComponentId) {
    (1-1/1)