From 4708167a61a431142f4e5f2d05e2e3989fe263fc Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 28 Apr 2008 03:00:50 +0000 Subject: [PATCH] Silence another trailing comma warning git-svn-id: svn://svn.open-ils.org/ILS/trunk@9468 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/marc_new.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/cat/marc_new.xul b/Open-ILS/xul/staff_client/server/cat/marc_new.xul index 990d5b0914..8b8f3976fe 100644 --- a/Open-ILS/xul/staff_client/server/cat/marc_new.xul +++ b/Open-ILS/xul/staff_client/server/cat/marc_new.xul @@ -103,7 +103,7 @@ var content_params = { 'session' : ses(), 'authtime' : ses('authtime'), - 'opac_url' : opac_url, + 'opac_url' : opac_url }; xulG.set_tab( xulG.url_prefix(urls.XUL_OPAC_WRAPPER), -- 2.11.0