From 29dc5cf5f6e8a85c88ad71fbc2efd1b88fe2bac4 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 6 Oct 2005 18:07:48 +0000 Subject: [PATCH] snap. just moving to another machine git-svn-id: svn://svn.open-ils.org/ILS/trunk@1903 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/Makefile | 2 +- .../xul/staff_client/chrome/content/evergreen/main/main.js | 2 +- Open-ILS/xul/staff_client/defaults/preferences/evergreen.js | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/Makefile b/Open-ILS/xul/staff_client/Makefile index 1bf4b039ac..87df089d52 100644 --- a/Open-ILS/xul/staff_client/Makefile +++ b/Open-ILS/xul/staff_client/Makefile @@ -41,7 +41,7 @@ generated: #(cd chrome/content/evergreen/util ; ${RETRIEVE_FIELDMAPPER} ); #(cd chrome/content/evergreen/util ; ${RETRIEVE_ORG_TREE} ); (cd chrome/content/evergreen/conf ; ${RETRIEVE_CLIENT_CONFIG} ); - #(cd chrome/content/evergreen/OpenILS/util/ ; ${RETRIEVE_FM_ALL} ); + (cd chrome/content/evergreen/OpenILS/util/ ; ${RETRIEVE_FM_ALL} ); open-ils: cp ../../../OpenSRF/src/javascript/*.js chrome/content/evergreen/OpenSRF/ diff --git a/Open-ILS/xul/staff_client/chrome/content/evergreen/main/main.js b/Open-ILS/xul/staff_client/chrome/content/evergreen/main/main.js index 9d249108e8..19fc9406ef 100644 --- a/Open-ILS/xul/staff_client/chrome/content/evergreen/main/main.js +++ b/Open-ILS/xul/staff_client/chrome/content/evergreen/main/main.js @@ -44,7 +44,7 @@ function main_init() { G.OpenILS.data = new OpenILS.data( mw, G ); G.OpenILS.data.on_complete = function () { - G.window.open('http://gapines.org/xul/test.xul','test','chrome'); + G.window.open('http://gapines.org/xul/server/test.xul','test','chrome'); } G.OpenILS.data.init(); } diff --git a/Open-ILS/xul/staff_client/defaults/preferences/evergreen.js b/Open-ILS/xul/staff_client/defaults/preferences/evergreen.js index 53ed08e0b9..9df42fcf59 100644 --- a/Open-ILS/xul/staff_client/defaults/preferences/evergreen.js +++ b/Open-ILS/xul/staff_client/defaults/preferences/evergreen.js @@ -13,3 +13,7 @@ pref("network.http.max-persistent-connections-per-server",8); pref("dom.max_script_run_time",60); pref("javascript.options.strict",false); + +// This lets remote xul access link to local chrome +pref("security.checkloaduri", false); +pref("signed.applets.codebase_principal_support", true); -- 2.43.2