thinko
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 10 Jun 2010 00:58:06 +0000 (00:58 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 10 Jun 2010 00:58:06 +0000 (00:58 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16645 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/js/ui/default/actor/user/register.js

index 759a497..a665699 100644 (file)
@@ -751,7 +751,7 @@ function attachWidgetEvents(fmcls, fmfield, widget) {
                         // 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;
         }