From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Thu, 10 Jun 2010 00:58:06 +0000 (+0000) Subject: thinko X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=52c42073b0fc4827476826aa059e2e5a3d48204e;p=contrib%2FConifer.git thinko git-svn-id: svn://svn.open-ils.org/ILS/trunk@16645 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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; }