Changeset 34476 for main


Ignore:
Timestamp:
2020-10-19T13:42:14+13:00 (4 years ago)
Author:
davidb
Message:

Added in state-keeping trick to operate in tandem with DL pages being displayed as an iframe from with WordPress install; function called is in page-core.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/transform/layouts/main.xsl

    r34329 r34476  
    1616
    1717  <xsl:template name="gs_footer">
     18    <gsf:script>
     19      if ((window.parent) &amp;&amp; (window.parent.DLCoreKeepState)) {
     20          window.parent.DLCoreKeepState(window.location.pathname);
     21      }
     22    </gsf:script>
    1823  </xsl:template>
    1924   
Note: See TracChangeset for help on using the changeset viewer.