From e9aabe1242d2746b1e6ccf2e709a436df07da529 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Mon, 11 Apr 2011 16:42:58 -0400 Subject: [PATCH] pass in some xulG functions --- Open-ILS/xul/staff_client/chrome/content/cat/opac.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/cat/opac.js b/Open-ILS/xul/staff_client/chrome/content/cat/opac.js index ad3c122637..47b45ea6b2 100644 --- a/Open-ILS/xul/staff_client/chrome/content/cat/opac.js +++ b/Open-ILS/xul/staff_client/chrome/content/cat/opac.js @@ -894,10 +894,10 @@ function manage_multi_home_items() { g.view = 'manage_multi_home'; var loc = window.xulG.url_prefix(urls.MANAGE_MULTI_HOME_ITEMS); if (manage_multi_home_reset) { - bottom_pane.reset_iframe( loc,{},{'docid':docid,'no_bib_summary':true}); + bottom_pane.reset_iframe( loc,{},{'docid':docid,'no_bib_summary':true,'url_prefix':xulG.url_prefix,'new_tab':xulG.new_tab}); manage_multi_home_reset =false; } else { - bottom_pane.set_iframe( loc,{},{'docid':docid,'no_bib_summary':true}); + bottom_pane.set_iframe( loc,{},{'docid':docid,'no_bib_summary':true,'url_prefix':xulG.url_prefix,'new_tab':xulG.new_tab}); } opac_wrapper_set_help_context(); bottom_pane.get_contentWindow().addEventListener('load',opac_wrapper_set_help_context,false); -- 2.11.0