tsbere pointed out this typo
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 16 Aug 2010 13:31:05 +0000 (13:31 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 16 Aug 2010 13:31:05 +0000 (13:31 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17225 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index fd8e160..1287ef4 100644 (file)
@@ -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);