typo
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 1 Nov 2008 13:44:14 +0000 (13:44 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 1 Nov 2008 13:44:14 +0000 (13:44 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11019 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/cat/z3950.js

index 62c9914..a731635 100644 (file)
@@ -374,7 +374,7 @@ cat.z3950.prototype = {
                        var x = obj.creds.hosts[ obj.data.server_unadorned ].services[ obj.active_services[i] ].default_attr;
                 if (x) { focus_me = x; break; }
             }
-            if (ob.services[ obj.active_services[i] ]) for (var i in obj.services[ obj.active_services[i] ].attr) { or_focus_me = i; }
+            if (obj.services[ obj.active_services[i] ]) for (var i in obj.services[ obj.active_services[i] ].attr) { or_focus_me = i; }
         }
         if (! focus_me) focus_me = or_focus_me;
                var xx = document.getElementById(focus_me+'_input'); if (xx) xx.focus();