[open-ils-commits] r16640 - trunk/Open-ILS/web/js/ui/default/actor/user (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Jun 9 16:15:24 EDT 2010
Author: phasefx
Date: 2010-06-09 16:15:18 -0400 (Wed, 09 Jun 2010)
New Revision: 16640
Modified:
trunk/Open-ILS/web/js/ui/default/actor/user/register.js
Log:
typo
Modified: trunk/Open-ILS/web/js/ui/default/actor/user/register.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/actor/user/register.js 2010-06-09 20:06:25 UTC (rev 16639)
+++ trunk/Open-ILS/web/js/ui/default/actor/user/register.js 2010-06-09 20:15:18 UTC (rev 16640)
@@ -751,7 +751,7 @@
// Ensure that the pw2 field match the pw1 field to validate
pw2.regExp = newVal.replace(/([.\\^$*+?\(\)\[\]\{\}])/g, '\\$1');
pw2.reset();
- ps2.attr(preserved_value);
+ pw2.attr(preserved_value);
});
return;
}
More information about the open-ils-commits
mailing list