From e0442b7c9467e995148d123307dcd2eca7e7d96c Mon Sep 17 00:00:00 2001 From: dbs Date: Sat, 2 May 2009 17:43:24 +0000 Subject: [PATCH] Hush! Our phone numbers are all over the map. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@434 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- xul/server/patron/ue_config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xul/server/patron/ue_config.js b/xul/server/patron/ue_config.js index e437c10159..e226568e53 100644 --- a/xul/server/patron/ue_config.js +++ b/xul/server/patron/ue_config.js @@ -295,7 +295,7 @@ function uEditDefineData(patron) { widget : { id : 'ue_day_phone', type : 'input', - regex : phoneRegex, + regex : laxRegex, onblur : function() { if(uEditUsePhonePw) uEditMakePhonePw(); @@ -319,7 +319,7 @@ function uEditDefineData(patron) { widget : { id : 'ue_night_phone', type : 'input', - regex : phoneRegex, + regex : laxRegex, onblur : function() { if(uEditUsePhonePw) uEditMakePhonePw(); @@ -334,7 +334,7 @@ function uEditDefineData(patron) { widget : { id : 'ue_other_phone', type : 'input', - regex : phoneRegex, + regex : laxRegex, onblur : function() { if(uEditUsePhonePw) uEditMakePhonePw(); -- 2.11.0