From d04ac247fa857cbbf78d357718f26bf12dbdcf1a Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 9 Nov 2005 18:48:28 +0000 Subject: [PATCH] dev.gapines git-svn-id: svn://svn.open-ils.org/ILS/trunk@1984 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/Makefile | 6 +++--- .../xul/staff_client/chrome/content/evergreen/main/main.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Open-ILS/xul/staff_client/Makefile b/Open-ILS/xul/staff_client/Makefile index 6b7f3b706f..f749988d79 100644 --- a/Open-ILS/xul/staff_client/Makefile +++ b/Open-ILS/xul/staff_client/Makefile @@ -3,9 +3,9 @@ PACKAGE=Evergreen DESCRIPTION=Evergreen Staff Client BUILD=2005072719 -RETRIEVE_FIELDMAPPER=wget -N http://gapines.org/opac/common/js/util/fieldmapper.js -RETRIEVE_FM_ALL=wget -N http://gapines.org/opac/common/js/fmall.js -RETRIEVE_ORG_TREE=wget -N http://gapines.org/opac/common/js/OrgTree.js +RETRIEVE_FIELDMAPPER=wget -N http://dev.gapines.org/opac/common/js/util/fieldmapper.js +RETRIEVE_FM_ALL=wget -N http://dev.gapines.org/opac/common/js/fmall.js +RETRIEVE_ORG_TREE=wget -N http://dev.gapines.org/opac/common/js/OrgTree.js RETRIEVE_CLIENT_CONFIG=cp ../../../../../../../OpenSRF/examples/math_xul_client/math/content/conf/client_config.xml . MOZILLA_SPECIAL_RESOURCE=/home/phasefx/work/mozilla/dist/bin/res/dtd 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 43269a32be..bf56ada129 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 @@ -8,7 +8,7 @@ function main_init() { .getService(Components.interfaces.nsIPrefBranch); if (pref) { pref.setCharPref("capability.principal.codebase.p0.granted", "UniversalXPConnect UniversalPreferencesWrite UniversalBrowserWrite UniversalPreferencesRead UniversalBrowserRead"); - pref.setCharPref("capability.principal.codebase.p0.id", "http://gapines.org"); + pref.setCharPref("capability.principal.codebase.p0.id", "http://dev.gapines.org"); } if (typeof JSAN == 'undefined') { @@ -44,7 +44,7 @@ function main_init() { G.OpenILS.data = new OpenILS.data( G.auth ); G.OpenILS.data.on_complete = function () { - G.window.open('http://gapines.org/xul/server/main/menu_frame.xul','test','chrome'); + G.window.open('http://dev.gapines.org/xul/server/main/menu_frame.xul','test','chrome'); } G.OpenILS.data.init(); } -- 2.43.2