[open-ils-commits] r7590 - trunk/Open-ILS/xul/staff_client/defaults/preferences

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Jul 27 12:42:34 EDT 2007


Author: phasefx
Date: 2007-07-27 12:41:18 -0400 (Fri, 27 Jul 2007)
New Revision: 7590

Modified:
   trunk/Open-ILS/xul/staff_client/defaults/preferences/prefs.js
Log:
Let there be popup windows

Modified: trunk/Open-ILS/xul/staff_client/defaults/preferences/prefs.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/defaults/preferences/prefs.js	2007-07-27 16:33:33 UTC (rev 7589)
+++ trunk/Open-ILS/xul/staff_client/defaults/preferences/prefs.js	2007-07-27 16:41:18 UTC (rev 7590)
@@ -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);
 



More information about the open-ils-commits mailing list