From c8121691beeea46e07fd52f24f67584ddfd35c2b Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Mon, 28 Feb 2011 00:46:57 -0500 Subject: [PATCH] fix bug from overzealous copy/paste, and override the modal-expecting xul_param behavior in copy_editor.js --- Open-ILS/xul/staff_client/server/cat/copy_editor.js | 1 - Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/cat/copy_editor.js b/Open-ILS/xul/staff_client/server/cat/copy_editor.js index e36fac4b60..02d9aafa12 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_editor.js +++ b/Open-ILS/xul/staff_client/server/cat/copy_editor.js @@ -172,7 +172,6 @@ function my_init() { g.summarize( g.copies ); g.render(); g.check_for_unmet_required_fields(); - document.getElementById(caption.id).focus(); } catch(E) { alert('Error in copy_editor.js, xulG.refresh_copy_editor(): ' + E); } diff --git a/Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js b/Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js index f9ad1d6a04..6b95f7c063 100644 --- a/Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js +++ b/Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js @@ -14,6 +14,7 @@ function my_init() { }*/ xulG.unified_interface = true; + xulG.not_modal = true; JSAN.use('util.browser'); var volume_pane = new util.browser(); -- 2.11.0