#(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/
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();
}
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);