From: erickson Date: Mon, 14 Aug 2006 16:46:17 +0000 (+0000) Subject: added param to determine if the opac is in a lib X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3f03d7329b90387ace387e03237df6f947a601b5;p=evergreen%2Fpines.git added param to determine if the opac is in a lib git-svn-id: svn://svn.open-ils.org/ILS/trunk@5494 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/common/js/config.js b/Open-ILS/web/opac/common/js/config.js index bc86fe9f95..1457b2f34b 100644 --- a/Open-ILS/web/opac/common/js/config.js +++ b/Open-ILS/web/opac/common/js/config.js @@ -29,6 +29,7 @@ var PARAM_SEARCHES = 'ss'; var PARAM_LANGUAGE = 'la'; var PARAM_TFORM = 'tf'; /* temporary format for title result pages */ var PARAM_RDEPTH = 'rd'; +var PARAM_REDIR = 're'; /* true if we have been redirected by IP (we're at a real lib) */ /* URL param values (see comments above) */ var TERM;