silverstripe-reports/javascript/CMSMain_right.js
Ingo Schommer f297ec9ac2 ENHANCEMENT Removed a.cmsEditLink javascript behaviour, do a full page load as normal links instead
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92645 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:38:08 +00:00

8 lines
165 B
JavaScript
Executable File

Behaviour.register({
'#Form_EditForm' : {
changeDetection_fieldsToIgnore : {
'restricted-chars[Form_EditForm_URLSegment]' : true,
'Sort' : true
}
}
});