From 52c42073b0fc4827476826aa059e2e5a3d48204e Mon Sep 17 00:00:00 2001 From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Thu, 10 Jun 2010 00:58:06 +0000 Subject: [PATCH] thinko 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/actor/user/register.js b/Open-ILS/web/js/ui/default/actor/user/register.js index 759a49728f..a665699606 100644 --- a/Open-ILS/web/js/ui/default/actor/user/register.js +++ b/Open-ILS/web/js/ui/default/actor/user/register.js @@ -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; } -- 2.11.0