Changeset 35319


Ignore:
Timestamp:
2021-08-23T12:24:30+12:00 (3 years ago)
Author:
kjdon
Message:

changed http links to google apis to https - otherwise get mixed content errors if your greenstone3 site is https.

Location:
main/trunk/greenstone3/web/interfaces/default/transform/layouts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/layouts/formatmanager.xsl

    r33638 r35319  
    2323        <!-- Sam2's div code -->
    2424
    25         <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"><xsl:text> </xsl:text></script>
     25        <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"><xsl:text> </xsl:text></script>
    2626        <!--<script type="text/javascript" src="interfaces/default/js/jquery-1.4.2.js"><xsl:text> </xsl:text></script>-->
    2727        <!-- XML parsing doesn't seem to work properly jquery so jquery.xml.js is a fix for this -->
     
    8282        </style>
    8383
    84         <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/themes/base/jquery-ui.css"/>
     84        <link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/themes/base/jquery-ui.css"/>
    8585
    8686        <table width="100%" border="1">
  • main/trunk/greenstone3/web/interfaces/default/transform/layouts/header.xsl

    r34909 r35319  
    752752  <xsl:template name="map-scripts">
    753753    <meta content="initial-scale=1.0, user-scalable=no" name="viewport"/>
    754     <script src="http://maps.googleapis.com/maps/api/js?key=AIzaSyCofVTps3xHfMvIcTMHqYMMxe3xXfkAxnI&amp;libraries=drawing" type="text/javascript"><xsl:text> </xsl:text></script>
     754    <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCofVTps3xHfMvIcTMHqYMMxe3xXfkAxnI&amp;libraries=drawing" type="text/javascript"><xsl:text> </xsl:text></script>
    755755    <script src="interfaces/{$interface_name}/js/map-scripts-shapes-util.js" type="text/javascript"><xsl:text> </xsl:text></script>
    756756    <script src="interfaces/{$interface_name}/js/map-scripts.js" type="text/javascript"><xsl:text> </xsl:text></script>
Note: See TracChangeset for help on using the changeset viewer.