Ignore:
Timestamp:
2022-02-01T11:54:46+13:00 (2 years ago)
Author:
cstephen
Message:

Migrate to using jQuery3 and jQuery-UI-1.13.2; and integrate cookie consent manager

File:
1 edited

Legend:

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

    r33755 r36027  
    5858            <xsl:text disable-output-escaping="yes">
    5959                {
    60                     $(window).load(function()
     60                    $(window).on("load", function()
    6161                    {
    6262                        var cachedMetadata = [];
     
    101101                        }
    102102
    103                         $(".wizardStepLink a").click(function()
     103                        $(".wizardStepLink a").on("click", function()
    104104                        {
    105105                            var requestedPage = $(this).attr("page");
     
    123123    </xsl:template>
    124124</xsl:stylesheet> 
    125 
Note: See TracChangeset for help on using the changeset viewer.