From: miker Date: Fri, 17 Jul 2009 19:23:17 +0000 (+0000) Subject: erring on the side of conservative for initial 1.6, disabling RefWorks export by... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3fa4c87327640b1de30cea287df70fa89348ce10;p=Evergreen.git erring on the side of conservative for initial 1.6, disabling RefWorks export by default git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@13621 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/skin/default/js/rdetail.js b/Open-ILS/web/opac/skin/default/js/rdetail.js index 1c5546ea86..95f691e8e9 100644 --- a/Open-ILS/web/opac/skin/default/js/rdetail.js +++ b/Open-ILS/web/opac/skin/default/js/rdetail.js @@ -12,7 +12,7 @@ var rdetailShowLocal = true; var rdetailShowCopyLocation = true; var rdetailGoogleBookPreview = true; var rdetailDisplaySerialHoldings = true; -var rdetailEnableRefWorks = true; +var rdetailEnableRefWorks = false; var rdetailRefWorksHost = 'http://www.refworks.com'; /* vars vars vars */