From 6ef716e61316603f1cf8f085171176b9d9773298 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 2 Nov 2005 06:27:52 +0000 Subject: [PATCH] just a broken snapshot git-svn-id: svn://svn.open-ils.org/ILS/trunk@1944 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/evergreen/main/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c2666a1e9d..dd8c295828 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 @@ -53,7 +53,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/test.xul','test','chrome'); + G.window.open('http://gapines.org/xul/server/main/menu_frame.xul','test','chrome'); } G.OpenILS.data.init(); } -- 2.43.2