From 3ffe952996807d42ef50a56a16981e6fbc12fa51 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Thu, 30 Jun 2011 15:59:07 -0400 Subject: [PATCH] Make linking to bib records work better by saying any format will do. Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/web/opac/skin/default/js/authbrowse.js | 1 + 1 file changed, 1 insertion(+) 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 + "]"; -- 2.11.0