[open-ils-commits] r16498 - branches/rel_1_6/Open-ILS/web/opac/skin/default/js (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue May 25 16:52:43 EDT 2010


Author: erickson
Date: 2010-05-25 16:52:38 -0400 (Tue, 25 May 2010)
New Revision: 16498

Modified:
   branches/rel_1_6/Open-ILS/web/opac/skin/default/js/rdetail.js
Log:
Patch from Bill Ott to add missing apostrophe in rdetail.js

Modified: branches/rel_1_6/Open-ILS/web/opac/skin/default/js/rdetail.js
===================================================================
--- branches/rel_1_6/Open-ILS/web/opac/skin/default/js/rdetail.js	2010-05-25 20:51:47 UTC (rev 16497)
+++ branches/rel_1_6/Open-ILS/web/opac/skin/default/js/rdetail.js	2010-05-25 20:52:38 UTC (rev 16498)
@@ -133,7 +133,7 @@
 		req.send();
 		if (isXUL()) {
 			var here = findOrgUnit(getLocation());
-			dojo.place("<div id='mfhd_ad_menu></div>", "rdetail_details_table", "after");
+			dojo.place("<div id='mfhd_ad_menu'></div>", "rdetail_details_table", "after");
 			var mfhd_add = new dijit.Menu({style:"float: right;"});
 			new dijit.MenuItem({onClick:function(){
 				var req = new Request(CREATE_MFHD_RECORD, G.user.session, 1, here.id(), getRid());



More information about the open-ils-commits mailing list