[open-ils-commits] r16645 - 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 20:58:08 EDT 2010
Author: phasefx
Date: 2010-06-09 20:58:06 -0400 (Wed, 09 Jun 2010)
New Revision: 16645
Modified:
trunk/Open-ILS/web/js/ui/default/actor/user/register.js
Log:
thinko
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 21:44:00 UTC (rev 16644)
+++ trunk/Open-ILS/web/js/ui/default/actor/user/register.js 2010-06-10 00:58:06 UTC (rev 16645)
@@ -751,7 +751,7 @@
// Ensure that the pw2 field match the pw1 field to validate
pw2.regExp = newVal.replace(/([.\\^$*+?\(\)\[\]\{\}])/g, '\\$1');
pw2.reset();
- pw2.attr(preserved_value);
+ pw2.attr('value',preserved_value);
});
return;
}
More information about the open-ils-commits
mailing list