From e3aa3ee349008fb7598d04132c93d7d1289c61d2 Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 9 Dec 2005 21:39:09 +0000 Subject: [PATCH 1/1] what bug hunt wouldn't introduce bugs? git-svn-id: svn://svn.open-ils.org/ILS/trunk@2323 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/main/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/main/menu.js b/Open-ILS/xul/staff_client/server/main/menu.js index e80f13e7d6..16f7637b86 100644 --- a/Open-ILS/xul/staff_client/server/main/menu.js +++ b/Open-ILS/xul/staff_client/server/main/menu.js @@ -57,7 +57,7 @@ main.menu.prototype = { ['command','keypress'], function() { var content_params = { 'authtoken' : session, 'authtime' : authtime }; - this.error.sdump('D_MENU','content_params = ' + content_params); + obj.error.sdump('D_MENU','content_params = ' + content_params); obj.set_tab(urls.xul_opac_wrapper,{},content_params); } ] -- 2.43.2