From aeb93182a21e7f2f09b2ac4258bcf4cd5d73072b Mon Sep 17 00:00:00 2001 From: berick Date: Thu, 17 Mar 2011 12:40:10 -0400 Subject: [PATCH] disabled contente cafe on rdetail pending ssl fixes --- Open-ILS/web/opac/skin/kcls/js/rdetail.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/web/opac/skin/kcls/js/rdetail.js b/Open-ILS/web/opac/skin/kcls/js/rdetail.js index 83f6cf93b1..504975b0a6 100644 --- a/Open-ILS/web/opac/skin/kcls/js/rdetail.js +++ b/Open-ILS/web/opac/skin/kcls/js/rdetail.js @@ -208,8 +208,10 @@ function rdetailDraw() { $('rdetail_img_link').href = buildISBNSrc(isbn, "large"); unHideMe($('rdetail_img_link')); + /* disabled, pending ssl fixes $('content_cafe_summary').src = "https://contentcafe2.btol.com/ContentCafeClient/ContentCafe.aspx?UserID=KC72927&Password=CC14647&ItemKey="+isbn+"&Options=Y"; + */ // ChiliFresh if (chilifresh && chilifresh != '(none)' && isbn) { -- 2.11.0