[open-ils-commits] r434 - conifer/trunk/xul/server/patron (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sat May 2 13:43:27 EDT 2009
Author: dbs
Date: 2009-05-02 13:43:24 -0400 (Sat, 02 May 2009)
New Revision: 434
Modified:
conifer/trunk/xul/server/patron/ue_config.js
Log:
Hush! Our phone numbers are all over the map.
Modified: conifer/trunk/xul/server/patron/ue_config.js
===================================================================
--- conifer/trunk/xul/server/patron/ue_config.js 2009-05-02 16:46:14 UTC (rev 433)
+++ conifer/trunk/xul/server/patron/ue_config.js 2009-05-02 17:43:24 UTC (rev 434)
@@ -295,7 +295,7 @@
widget : {
id : 'ue_day_phone',
type : 'input',
- regex : phoneRegex,
+ regex : laxRegex,
onblur : function() {
if(uEditUsePhonePw)
uEditMakePhonePw();
@@ -319,7 +319,7 @@
widget : {
id : 'ue_night_phone',
type : 'input',
- regex : phoneRegex,
+ regex : laxRegex,
onblur : function() {
if(uEditUsePhonePw)
uEditMakePhonePw();
@@ -334,7 +334,7 @@
widget : {
id : 'ue_other_phone',
type : 'input',
- regex : phoneRegex,
+ regex : laxRegex,
onblur : function() {
if(uEditUsePhonePw)
uEditMakePhonePw();
More information about the open-ils-commits
mailing list