From: berick Date: Fri, 11 Mar 2011 20:54:52 +0000 (-0500) Subject: use ssl for embedded content cafe links X-Git-Tag: kcls-grey-screen-prod1~4 X-Git-Url: http://git.equinoxoli.org/?p=evergreen-equinox.git;a=commitdiff_plain;h=44229a5bef110bcf9c5cfa43efafcb4a3db7d42a use ssl for embedded content cafe links --- 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);