Index: Open-ILS/web/opac/skin/default/js/rdetail.js
===================================================================
--- Open-ILS/web/opac/skin/default/js/rdetail.js (revision 16493)
+++ Open-ILS/web/opac/skin/default/js/rdetail.js (working copy)
@@ -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());
Attached is a very minor patch replacing a missing apostrophe in
rdetail.js. This is against rel_1_6_0
- [OPEN-ILS-DEV] ***SPAM*** typo in rdetail.js Bill Ott
- Re: [OPEN-ILS-DEV] ***SPAM*** typo in rdetail.js Bill Erickson
