mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX Stop IE6/IE7 from redirecting in admin/assets after deleting multiple folders (fixes #5208)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@101969 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b055154586
commit
f5be047b97
@ -650,7 +650,8 @@ JS;
|
|||||||
}
|
}
|
||||||
|
|
||||||
$script .= "statusMessage('$message');";
|
$script .= "statusMessage('$message');";
|
||||||
echo $script;
|
|
||||||
|
return $script;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function removefile(){
|
public function removefile(){
|
||||||
|
@ -506,6 +506,7 @@ appendLoader(function () {
|
|||||||
onsubmit: function(event) {
|
onsubmit: function(event) {
|
||||||
deletefolder.form_submit();
|
deletefolder.form_submit();
|
||||||
Event.stop(event);
|
Event.stop(event);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user