From d7d13c28e3babf17d2839fb975253393ed8401c4 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 21 Nov 2005 19:44:00 +0000 Subject: [PATCH] fixed a typo re-enabled authority lookups in IE (though they still sux0rs) git-svn-id: svn://svn.open-ils.org/ILS/trunk@2105 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/skin/default/js/mresult.js | 2 +- Open-ILS/web/opac/skin/default/js/result_common.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/web/opac/skin/default/js/mresult.js b/Open-ILS/web/opac/skin/default/js/mresult.js index 46ba55d47f..b2acb64c06 100644 --- a/Open-ILS/web/opac/skin/default/js/mresult.js +++ b/Open-ILS/web/opac/skin/default/js/mresult.js @@ -57,7 +57,7 @@ function mresultCollectIds(method) { if( (getOffset() > 0) && (getOffset() < mresultPreCache) ) { //alert('cached: ' + idsCookie.read(COOKIE_IDS)); var c = JSON2js(idsCookie.read(COOKIE_IDS)); - if(c) { records = c[0]; ransk = c[1]; } + if(c) { records = c[0]; ranks = c[1]; } } if( getOffset() != 0 && 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 34e24eb887..7e3c8c7a28 100644 --- a/Open-ILS/web/opac/skin/default/js/result_common.js +++ b/Open-ILS/web/opac/skin/default/js/result_common.js @@ -537,7 +537,7 @@ function resultDrawSidebarTrees( stype, treeName, items, wrapperNode, destNode ) //resultFireXRefReq(treeName, stype, items[i]); - if(_oldFashioned && !IE) + if(_oldFashioned) resultFireXRefReq(treeName, stype, items[i]); //setTimeout('resultFireXRefReq("'+treeName+'","'+stype+'","'+item+'");', 100); -- 2.43.2