From d8610a1cffcb4fe96a438186f89c070f85c3f0c8 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 1 Dec 2005 15:00:57 +0000 Subject: [PATCH] old remote request.. URI escaping git-svn-id: svn://svn.open-ils.org/ILS/trunk@2144 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/Makefile | 2 +- Open-ILS/xul/staff_client/chrome/content/evergreen/main/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/Makefile b/Open-ILS/xul/staff_client/Makefile index f749988d79..e6e1c13160 100644 --- a/Open-ILS/xul/staff_client/Makefile +++ b/Open-ILS/xul/staff_client/Makefile @@ -67,7 +67,7 @@ circ: (cp chrome/locale/en-US/evergreen/paged_tree.dtd chrome/locale/en-US/evergreen/hold_capture_items.dtd) custom: - #(cd chrome/content/evergreen/OpenILS/util; cp RemoteRequest.js~ RemoteRequest.js) + (cd chrome/content/evergreen/OpenILS/util; cp RemoteRequest.js~ RemoteRequest.js) cp chrome/locale/en-US/evergreen/*.* ${MOZILLA_SPECIAL_RESOURCE} evergreen.xpi: evergreen.jar 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 b413121c6c..80d66902d6 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( G.auth ); G.OpenILS.data.on_complete = function () { - G.window.open('http://dev.gapines.org/xul/server/main/menu_frame.xul?session='+G.auth.session.key,'test','chrome'); + G.window.open('http://dev.gapines.org/xul/server/main/menu_frame.xul?session='+mw.escape(G.auth.session.key),'test','chrome'); } G.OpenILS.data.init(); } -- 2.43.2