From a2207d3e33d6caa8ac42030b8e0ccc18ce4adfda Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 9 Jun 2010 20:15:18 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@16640 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 31317782e..759a49728 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(); - ps2.attr(preserved_value); + pw2.attr(preserved_value); }); return; } -- 2.11.0