}
function default_focus() {
- setTimeout( function() { try { document.getElementById("username").focus(); g.z3950.focus(g.service); } catch(E) { alert(E); } }, 0 );
+ setTimeout( function() { try { document.getElementById("username").focus(); g.z3950.focus(g.service); } catch(E) { } }, 0 );
}
]]>
}
}
- function default_focus() { try { var x = document.getElementById('noncat'); x.focus(); } catch(E) { alert(E); } }
+ function default_focus() { try { var x = document.getElementById('noncat'); x.focus(); } catch(E) { g.error.sdump('D_ERROR','item.xul, default_focus: ' + E); } }
]]>
</script>