From 3fa4c87327640b1de30cea287df70fa89348ce10 Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 17 Jul 2009 19:23:17 +0000 Subject: [PATCH] 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 --- Open-ILS/web/opac/skin/default/js/rdetail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.11.0