Make linking to bib records work better by saying any format will do.
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Thu, 30 Jun 2011 19:59:07 +0000 (15:59 -0400)
committerMike Rylander <mrylander@gmail.com>
Mon, 11 Jul 2011 17:48:31 +0000 (13:48 -0400)
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/web/opac/skin/default/js/authbrowse.js

index b266490..f073b0c 100644 (file)
@@ -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 + "]";