You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/12/30 22:27:23 UTC

svn commit: r1819693 - /ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ImageShare.ftl

Author: jleroux
Date: Sat Dec 30 22:27:23 2017
New Revision: 1819693

URL: http://svn.apache.org/viewvc?rev=1819693&view=rev
Log:
No functional change.

Removes last vestiges of HTTP

Modified:
    ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ImageShare.ftl

Modified: ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ImageShare.ftl
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ImageShare.ftl?rev=1819693&r1=1819692&r2=1819693&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ImageShare.ftl (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/template/imagemanagement/ImageShare.ftl Sat Dec 30 22:27:23 2017
@@ -38,7 +38,7 @@ $(document).ready(function(){
     else {
         var pathImageUrlEcommerce = "https://localhost:8443" + imageUrl;
         var pathImageUrl = "https://" + host + imageUrl;
-        var pathImageThumbnailUrl = "http://"+ host + imageThumbUrl;
+        var pathImageThumbnailUrl = "https://"+ host + imageThumbUrl;
     }
     
     if (form.contentId.value != "") {