From 5411182158828e1ddb7f7128b0dbcf7e7c0562fb Mon Sep 17 00:00:00 2001 From: kreed Date: Wed, 4 Jul 2012 13:31:39 -0700 Subject: [PATCH] (sitka) removing galileo attach from default opac skin --- Open-ILS/web/opac/skin/default/js/sidebar.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/skin/default/js/sidebar.js b/Open-ILS/web/opac/skin/default/js/sidebar.js index 638fc79230..c6b256cb62 100644 --- a/Open-ILS/web/opac/skin/default/js/sidebar.js +++ b/Open-ILS/web/opac/skin/default/js/sidebar.js @@ -194,7 +194,8 @@ function sidebarTreesFree() { /* --------------------------------------------------------------------------------- */ /* Code to support GALILEO links for PINES. Fails gracefully /* --------------------------------------------------------------------------------- */ -attachEvt('common', 'init', buildEGGalLink); +//SITKA - removing as it forces the privacy link to go to galileo +//attachEvt('common', 'init', buildEGGalLink); function buildEGGalLink() { /* we're in a lib, nothing to do here */ -- 2.11.0