From: Lebbeous Fogle-Weekley Date: Thu, 30 Jun 2011 19:59:07 +0000 (-0400) Subject: Make linking to bib records work better by saying any format will do. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3ffe952996807d42ef50a56a16981e6fbc12fa51;p=contrib%2FConifer.git Make linking to bib records work better by saying any format will do. Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/web/opac/skin/default/js/authbrowse.js b/Open-ILS/web/opac/skin/default/js/authbrowse.js index b2664906df..f073b0c837 100644 --- a/Open-ILS/web/opac/skin/default/js/authbrowse.js +++ b/Open-ILS/web/opac/skin/default/js/authbrowse.js @@ -220,6 +220,7 @@ function displayRecordCount(id, count) { var args = {}; args.page = RRESULT; args[PARAM_DEPTH] = depthSelGetDepth(); + args[PARAM_FORM] = "all"; args[PARAM_LOCATION] = depthSelGetNewLoc(); args[PARAM_TERM] = "identifier|authority_id[" + id + "]";