git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@434
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
widget : {
id : 'ue_day_phone',
type : 'input',
- regex : phoneRegex,
+ regex : laxRegex,
onblur : function() {
if(uEditUsePhonePw)
uEditMakePhonePw();
widget : {
id : 'ue_night_phone',
type : 'input',
- regex : phoneRegex,
+ regex : laxRegex,
onblur : function() {
if(uEditUsePhonePw)
uEditMakePhonePw();
widget : {
id : 'ue_other_phone',
type : 'input',
- regex : phoneRegex,
+ regex : laxRegex,
onblur : function() {
if(uEditUsePhonePw)
uEditMakePhonePw();