[open-ils-commits] r9468 - trunk/Open-ILS/xul/staff_client/server/cat

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Apr 27 23:40:43 EDT 2008


Author: dbs
Date: 2008-04-27 23:00:50 -0400 (Sun, 27 Apr 2008)
New Revision: 9468

Modified:
   trunk/Open-ILS/xul/staff_client/server/cat/marc_new.xul
Log:
Silence another trailing comma warning


Modified: trunk/Open-ILS/xul/staff_client/server/cat/marc_new.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/marc_new.xul	2008-04-28 02:57:52 UTC (rev 9467)
+++ trunk/Open-ILS/xul/staff_client/server/cat/marc_new.xul	2008-04-28 03:00:50 UTC (rev 9468)
@@ -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),



More information about the open-ils-commits mailing list