From 4c6983feec801dc510a0d88f285f5f081980e4b6 Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 9 Dec 2005 19:01:06 +0000 Subject: [PATCH] opac_wrapper git-svn-id: svn://svn.open-ils.org/ILS/trunk@2307 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/main/menu.js | 3 ++- 1 file changed, 2 insertions(+), 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 849a417344..cb2a22f8a2 100644 --- a/Open-ILS/xul/staff_client/server/main/menu.js +++ b/Open-ILS/xul/staff_client/server/main/menu.js @@ -55,7 +55,8 @@ main.menu.prototype = { 'cmd_search_opac' : [ ['command','keypress'], function() { - obj.set_tab(urls.opac,{},{ 'authtoken' : session }); + obj.set_tab(urls.xul_opac_wrapper,{},{ 'authtoken' : session }); + //obj.set_tab('test.html',{},{ 'authtoken' : session }); } ] }; -- 2.43.2