Changeset 37153


Ignore:
Timestamp:
2023-01-18T15:23:30+13:00 (15 months ago)
Author:
davidb
Message:

Fixed typo in comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/js/document_scripts.js

    r37007 r37153  
    12991299        // Used to be "Source" but now changed to "Image"
    13001300        // This is because Source might not be a web friendly image format (e.g. TIFF original)
    1301         // Image givdes us a better chance at success, as least with Image, the collectionConfig.xml file can specify a format that is web friendly
     1301        // Image gives us a better chance at success, as least with Image, the collectionConfig.xml file can specify a format that is web friendly
    13021302        // **** **** Is it worth changing the "source" and .source JS field to be "image" and .image??? **** ****
    13031303    template +=       '<xsl:text disable-output-escaping="yes">{"source":"</xsl:text><gsf:metadata name="Image"/><xsl:text disable-output-escaping="yes">",</xsl:text>';
Note: See TracChangeset for help on using the changeset viewer.