Project

General

Profile

Bug #15126 » bug_0001690.patch

Administrator Admin, 2006-08-11 17:52

View differences:

typo3/file_newfolder.php (working copy)
function reload(a) { //
if (!changed || (changed && confirm('.$LANG->JScharCode($LANG->sL('LLL:EXT:lang/locallang_core.php:mess.redraw')).'))) {
var params = "&target="+escape(path)+"&number="+a;
var params = "&target="+escape(path)+"&number="+a+"&returnUrl="+escape("' . $this->returnUrl . '");
window.location.href = "file_newfolder.php?"+params;
}
}
(2-2/2)