[open-ils-commits] r16499 - branches/rel_1_6_0/Open-ILS/web/opac/skin/default/js (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue May 25 16:53:01 EDT 2010
Author: erickson
Date: 2010-05-25 16:52:55 -0400 (Tue, 25 May 2010)
New Revision: 16499
Modified:
branches/rel_1_6_0/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_0/Open-ILS/web/opac/skin/default/js/rdetail.js
===================================================================
--- branches/rel_1_6_0/Open-ILS/web/opac/skin/default/js/rdetail.js 2010-05-25 20:52:38 UTC (rev 16498)
+++ branches/rel_1_6_0/Open-ILS/web/opac/skin/default/js/rdetail.js 2010-05-25 20:52:55 UTC (rev 16499)
@@ -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