From: erickson Date: Tue, 25 May 2010 20:52:55 +0000 (+0000) Subject: Patch from Bill Ott to add missing apostrophe in rdetail.js X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b7431eb56eb1140ee3118b0c83e8d616035de983;p=Evergreen.git Patch from Bill Ott to add missing apostrophe in rdetail.js git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16499 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/skin/default/js/rdetail.js b/Open-ILS/web/opac/skin/default/js/rdetail.js index 956f6693ea..7dc4d489a9 100644 --- a/Open-ILS/web/opac/skin/default/js/rdetail.js +++ b/Open-ILS/web/opac/skin/default/js/rdetail.js @@ -133,7 +133,7 @@ function rdetailDraw() { req.send(); if (isXUL()) { var here = findOrgUnit(getLocation()); - dojo.place("
", "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());