From a47df2cb3599c5de49e0ba94b3627f884f614b07 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 25 Aug 2006 20:19:48 +0000 Subject: [PATCH] not forcing orig-loc to be set since that will act indication of whether the opac is in a real lib git-svn-id: svn://svn.open-ils.org/ILS/trunk@5686 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/common/js/init.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/web/opac/common/js/init.js b/Open-ILS/web/opac/common/js/init.js index ea349b6296..e7340512a4 100644 --- a/Open-ILS/web/opac/common/js/init.js +++ b/Open-ILS/web/opac/common/js/init.js @@ -20,8 +20,10 @@ function init() { if( getLocation() == null && getOrigLocation() == null ) LOCATION = globalOrgTree.id(); + /* if( getLocation() != null && getOrigLocation() == null ) ORIGLOC = getLocation(); + */ if(getDepth() == null) DEPTH = findOrgDepth(getLocation()); -- 2.43.2