Changeset 36918


Ignore:
Timestamp:
2022-11-22T20:19:25+13:00 (17 months ago)
Author:
anupama
Message:

The halftone-library was stuck forever in expanding a document, but would never expand any part I clicked. There were many JS errors in the console. jQuery and jQuery UI versions were updated, so I've tried linking to what I think are the correct JS files. The console errors appear to be gone, and the documents in the half-tone library's collections now load and their sections now expand.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/halftone/transform/layouts/header.xsl

    r30153 r36918  
    6060        <link rel="shortcut icon" href="interfaces/{$interface_name}/images/favicon.ico"/>
    6161       
    62         <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery.min.js"><xsl:text> </xsl:text></script>
    63         <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery-ui-1.10.2.custom/js/jquery-ui-1.10.2.custom.min.js"><xsl:text> </xsl:text></script>
     62        <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery-3.6.0.min.js"><xsl:text> </xsl:text></script>
     63        <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery-ui-1.13.0.custom/jquery-ui.min.js"><xsl:text> </xsl:text></script>
    6464        <script src="http://code.jquery.com/jquery-migrate-1.2.1.js"><xsl:text> </xsl:text></script>
    6565
Note: See TracChangeset for help on using the changeset viewer.