Ignore:
Timestamp:
2023-06-18T15:43:22+12:00 (11 months ago)
Author:
kjdon
Message:

using a js variable now, don't need to pass in isMapGPSEditingAllowed into readyPageForEditing.

File:
1 edited

Legend:

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

    r37779 r37782  
    402402                        if(gs.cgiParams.docEdit == "1")
    403403                        {
    404                             readyPageForEditing(</xsl:text><xsl:value-of select="$isMapGPSEditingAllowed"/><xsl:text disable-output-escaping="yes">);
     404                            readyPageForEditing();
    405405                        }
    406406                    });
Note: See TracChangeset for help on using the changeset viewer.