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
.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') {
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();
}