MINOR Removed RedirectorPage.js (has been moved to cms module where

RedirectorPage.php resides)
This commit is contained in:
Sean Harvey 2012-04-11 15:33:38 +12:00
parent 213a08aac7
commit da9dfca132

View File

@ -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;
}
}
});