From: phasefx Date: Sat, 1 Nov 2008 13:44:14 +0000 (+0000) Subject: typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fcc2ef286cbb2013eab7884f96a5e99819e08c91;p=Evergreen.git typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@11019 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/cat/z3950.js b/Open-ILS/xul/staff_client/server/cat/z3950.js index 62c9914d6f..a7316356ae 100644 --- a/Open-ILS/xul/staff_client/server/cat/z3950.js +++ b/Open-ILS/xul/staff_client/server/cat/z3950.js @@ -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();