mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Merged [47110]: Hack fix for an email validation problem. Needs better solution.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@60570 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
1af3fa5642
commit
8ab1023e94
@ -45,7 +45,7 @@ MemberTableField.applyTo('#Form_EditForm div.MemberTableField');
|
|||||||
MemberTableField.prototype = {
|
MemberTableField.prototype = {
|
||||||
|
|
||||||
initialize: function() {
|
initialize: function() {
|
||||||
Behaviour.register('MemberTableField',{
|
Behaviour.register({
|
||||||
'#Form_EditForm div.MemberFilter input' : {
|
'#Form_EditForm div.MemberFilter input' : {
|
||||||
onkeypress : this.prepareSearch.bind(this)
|
onkeypress : this.prepareSearch.bind(this)
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user