use ssl for embedded content cafe links
authorberick <berick@esilibrary.com>
Fri, 11 Mar 2011 20:54:52 +0000 (15:54 -0500)
committerberick <berick@esilibrary.com>
Fri, 11 Mar 2011 20:54:52 +0000 (15:54 -0500)
Open-ILS/web/opac/skin/kcls/js/rdetail.js

index 874ecc8..a516f3c 100644 (file)
@@ -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);