From 9006ce61c954374dfc412367c692fa14b3dd8188 Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 4 Nov 2005 15:30:18 +0000 Subject: [PATCH] snip git-svn-id: svn://svn.open-ils.org/ILS/trunk@1950 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../chrome/content/evergreen/main/main.js | 9 --------- .../chrome/content/evergreen/main/main.xul | 20 +++++++++---------- 2 files changed, 10 insertions(+), 19 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 dd8c295828..d72b68eff8 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 @@ -35,15 +35,6 @@ function main_init() { JSAN.use('main.window'); G.window = new main.window(); - JSAN.use('main.network'); - G.network = new main.network(); - - G.test_array = [ "a", "b", "c" ]; - G.test_object = { "a" : "b", "c" : "d", "e" : "f" }; - G.test = function(t) { - dump(js2JSON( t ) + '\n'); - } - JSAN.use('auth.controller'); G.auth = new auth.controller( mw ); 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 91504c27a3..673a18a923 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 @@ -2,24 +2,24 @@ - + + + + - + + + + + + - - - - - - - - -- 2.43.2