From 20de1ab7d557c380b3a7d7087775ab9aca4c4de8 Mon Sep 17 00:00:00 2001 From: kreed Date: Wed, 26 Sep 2012 12:43:53 -0700 Subject: [PATCH] (sitka) removed expanded search results from low hit screen --- Open-ILS/web/opac/skin/default/js/result_common.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/skin/default/js/result_common.js b/Open-ILS/web/opac/skin/default/js/result_common.js index c8d510d817..93349c1682 100644 --- a/Open-ILS/web/opac/skin/default/js/result_common.js +++ b/Open-ILS/web/opac/skin/default/js/result_common.js @@ -268,7 +268,8 @@ function resultZeroHits() { function resultExpandSearch() { var top = findOrgDepth(globalOrgTree); if(getDepth() == top) return; - unHideMe($('low_hits_expand_range')); + //SITKA removing the expanded search link from low hits + //unHideMe($('low_hits_expand_range')); var par = $('low_hits_expand_link').parentNode; var template = par.removeChild($('low_hits_expand_link')); -- 2.11.0