From: Dan Scott Date: Fri, 25 Sep 2020 15:57:36 +0000 (-0400) Subject: HathiTrust ETAS integration X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Ffeature%2Fhathitrust_integration;p=contrib%2FConifer.git HathiTrust ETAS integration Hard code the linked script into record details pages. Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates/opac/parts/js.tt2 b/Open-ILS/src/templates/opac/parts/js.tt2 index 28b043d4ef..d0bb8a0f91 100644 --- a/Open-ILS/src/templates/opac/parts/js.tt2 +++ b/Open-ILS/src/templates/opac/parts/js.tt2 @@ -171,6 +171,9 @@ var aou_hash = { [%- END; %] +[%- IF ctx.page == 'record'; %] + +[%- END; %]