mlanthaler: Bugfix: Fixed bug which caused problems in IE but was tolerated in Firefox.

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41917 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 20:11:40 +00:00
parent eb73802bcd
commit 67ac1edf87

View File

@ -35,8 +35,7 @@ MemberTableFieldPopupForm.prototype = {
//'form#MemberTableField_Popup_DetailForm input' : AjaxMemberLookup //'form#MemberTableField_Popup_DetailForm input' : AjaxMemberLookup
}); });
},
} }
}
MemberTableFieldPopupForm.applyTo('form#MemberTableField_Popup_DetailForm'); MemberTableFieldPopupForm.applyTo('form#MemberTableField_Popup_DetailForm');