mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #295 from halkyon/redirectorpage_changes
MINOR Removed RedirectorPage.js (has been moved to cms module)
This commit is contained in:
commit
5750eb02b1
@ -1,12 +0,0 @@
|
||||
Behaviour.register({
|
||||
'input#Form_EditForm_ExternalURL': {
|
||||
onclick: function() {
|
||||
document.getElementById('Form_EditForm_RedirectionType_External').checked = true;
|
||||
}
|
||||
},
|
||||
'#TreeDropdownField_Form_EditForm_LinkToID': {
|
||||
onclick: function() {
|
||||
document.getElementById('Form_EditForm_RedirectionType_Internal').checked = true;
|
||||
}
|
||||
}
|
||||
});
|
Loading…
Reference in New Issue
Block a user