From: phasefx Date: Mon, 16 Aug 2010 13:31:05 +0000 (+0000) Subject: tsbere pointed out this typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bcb36196401227ca48987f071bf8eb3777f36f15;p=contrib%2FConifer.git tsbere pointed out this typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@17225 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 fd8e160437..1287ef4911 100644 --- a/Open-ILS/web/js/ui/default/actor/user/register.js +++ b/Open-ILS/web/js/ui/default/actor/user/register.js @@ -184,7 +184,7 @@ function replaceCardHandler() { input.widget.attr('disabled', false).attr('readOnly', false).attr('value', null).focus(); replaceBarcode.attr('disabled', true); - // pull old car off the cards list so we don't have a dupe sitting in there + // pull old card off the cards list so we don't have a dupe sitting in there var old = patron.cards().filter(function(c){return (c.id() == patron.card().id())})[0]; old.active('f'); old.ischanged(1);