From: phasefx Date: Fri, 27 Jul 2007 16:41:18 +0000 (+0000) Subject: Let there be popup windows X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=256d48b53a53e4434b4f70e75afa141db8ace16f;p=Evergreen.git Let there be popup windows git-svn-id: svn://svn.open-ils.org/ILS/trunk@7590 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/defaults/preferences/prefs.js b/Open-ILS/xul/staff_client/defaults/preferences/prefs.js index 3ae015f78b..c68e472d2a 100644 --- a/Open-ILS/xul/staff_client/defaults/preferences/prefs.js +++ b/Open-ILS/xul/staff_client/defaults/preferences/prefs.js @@ -5,6 +5,10 @@ // This one is required for XUL Runner pref("toolkit.defaultChromeURI", "chrome://open_ils_staff_client/content/main/main.xul"); +// We need something like this to get window.open to work in some places (where it complains about +// navigator.xul not being registered. But is about:blank the best value to use here? +pref("browser.chromeURL","about:blank"); + // This one is specific for Open-ILS pref("open-ils.write_in_user_chrome_directory", true);