[open-ils-commits] r11019 - trunk/Open-ILS/xul/staff_client/server/cat

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Nov 1 09:44:16 EDT 2008


Author: phasefx
Date: 2008-11-01 09:44:14 -0400 (Sat, 01 Nov 2008)
New Revision: 11019

Modified:
   trunk/Open-ILS/xul/staff_client/server/cat/z3950.js
Log:
typo

Modified: trunk/Open-ILS/xul/staff_client/server/cat/z3950.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/z3950.js	2008-11-01 01:31:27 UTC (rev 11018)
+++ trunk/Open-ILS/xul/staff_client/server/cat/z3950.js	2008-11-01 13:44:14 UTC (rev 11019)
@@ -374,7 +374,7 @@
 		        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();



More information about the open-ils-commits mailing list