mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Merged from trunk
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@76656 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
bf68f58d17
commit
6196f7bbbb
@ -142,7 +142,7 @@ ShowDeletedPagesAction.prototype = {
|
||||
}
|
||||
|
||||
var url = SiteTreeHandlers.loadTree_url + '?ID=0&ajax=1';
|
||||
if($('Form_EditForm_Locale')) url += "&locale=" + $('Form_EditForm_Locale').value;
|
||||
if($('LangSelector')) url += "&locale=" + $('LangSelector').value;
|
||||
|
||||
var request = new Ajax.Request(url, {
|
||||
onSuccess: function(response) {
|
||||
|
Loading…
Reference in New Issue
Block a user