Bug #15126 » bug_0001690.patch
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;
|
||
}
|
||
}
|
- « Previous
- 1
- 2
- Next »