From 44229a5bef110bcf9c5cfa43efafcb4a3db7d42a Mon Sep 17 00:00:00 2001 From: berick Date: Fri, 11 Mar 2011 15:54:52 -0500 Subject: [PATCH] use ssl for embedded content cafe links --- Open-ILS/web/opac/skin/kcls/js/rdetail.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Open-ILS/web/opac/skin/kcls/js/rdetail.js b/Open-ILS/web/opac/skin/kcls/js/rdetail.js index 874ecc8..a516f3c 100644 --- a/Open-ILS/web/opac/skin/kcls/js/rdetail.js +++ b/Open-ILS/web/opac/skin/kcls/js/rdetail.js @@ -208,7 +208,9 @@ function rdetailDraw() { $('rdetail_img_link').href = buildISBNSrc(isbn, "large"); unHideMe($('rdetail_img_link')); - $('content_cafe_summary').src="http://contentcafe2.btol.com/ContentCafeClient/ContentCafe.aspx?UserID=KC72927&Password=CC14647&ItemKey="+isbn+"&Options=Y"; + $('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) { $('chilifreshReviewLink').setAttribute('id','isbn_'+isbn); -- 1.7.2.5