[open-ils-commits] r9462 - trunk/Open-ILS/xul/staff_client/chrome/content/main

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Apr 27 22:05:28 EDT 2008


Author: dbs
Date: 2008-04-27 21:25:36 -0400 (Sun, 27 Apr 2008)
New Revision: 9462

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/main/menu.js
Log:
Clean up trailing comma


Modified: trunk/Open-ILS/xul/staff_client/chrome/content/main/menu.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/main/menu.js	2008-04-28 01:11:04 UTC (rev 9461)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/main/menu.js	2008-04-28 01:25:36 UTC (rev 9462)
@@ -323,7 +323,7 @@
 					var loc = urls.XUL_REMOTE_BROWSER + '?url=' + window.escape(
 						obj.url_prefix(urls.XUL_HOLD_PULL_LIST) + '?ses='+window.escape(ses())
 					);
-					obj.set_tab( loc, {'tab_name' : offlineStrings.getString('menu.cmd_browse_hold_pull_list.tab')}, { 'show_print_button' : true, } );
+					obj.set_tab( loc, {'tab_name' : offlineStrings.getString('menu.cmd_browse_hold_pull_list.tab')}, { 'show_print_button' : true } );
 				}
 			],
 



More information about the open-ils-commits mailing list