mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX Fixed Form_EditForm_Locale reference in LeftAndMain_right.js (used to be Form_EditForm_Lang)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@74071 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
f1d9428c58
commit
8e442176e7
@ -428,8 +428,8 @@ StageLink.prototype = {
|
||||
} else {
|
||||
if(this.id != 'viewArchivedSite') this.style.display = 'none';
|
||||
}
|
||||
if($('Form_EditForm_Lang')) {
|
||||
this.href += "&locale=" + $('Form_EditForm_Lang').value;
|
||||
if($('Form_EditForm_Locale')) {
|
||||
this.href += "&locale=" + $('Form_EditForm_Locale').value;
|
||||
}
|
||||
},
|
||||
onclick : function() {
|
||||
|
Loading…
Reference in New Issue
Block a user