From 8f23b7dd4eb087176c062e4b4603bc2e9fe65fe4 Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 18 Oct 2005 15:02:12 +0000 Subject: [PATCH] snap git-svn-id: svn://svn.open-ils.org/ILS/trunk@1919 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../xul/staff_client/chrome/content/evergreen/main/main.js | 5 ++++- .../xul/staff_client/chrome/content/evergreen/main/main.xul | 2 +- .../xul/staff_client/chrome/content/evergreen/util/error.js | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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 19fc9406ef..e4b8d4c7e1 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 @@ -22,6 +22,8 @@ function main_init() { JSAN.use('util.error'); G.error = new util.error( mw, G ); + G.error.sdump('D_ERROR','Testing'); + dump('direct dump\n'); JSAN.use('main.window'); G.window = new main.window( mw, G ); @@ -44,7 +46,8 @@ function main_init() { G.OpenILS.data = new OpenILS.data( mw, G ); G.OpenILS.data.on_complete = function () { - G.window.open('http://gapines.org/xul/server/test.xul','test','chrome'); + alert('test'); + //G.window.open('http://gapines.org/xul/server/test.xul','test','chrome'); } G.OpenILS.data.init(); } diff --git a/Open-ILS/xul/staff_client/chrome/content/evergreen/main/main.xul b/Open-ILS/xul/staff_client/chrome/content/evergreen/main/main.xul index 14be3edf31..91504c27a3 100644 --- a/Open-ILS/xul/staff_client/chrome/content/evergreen/main/main.xul +++ b/Open-ILS/xul/staff_client/chrome/content/evergreen/main/main.xul @@ -46,7 +46,7 @@