Changeset 26304


Ignore:
Timestamp:
2012-10-11T11:22:41+13:00 (12 years ago)
Author:
sjm84
Message:

Make sure the slideshow option remains unchecked on page loads

File:
1 edited

Legend:

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

    r26285 r26304  
    269269                    </img>
    270270                    <input id="ssOption" type="checkbox" onclick="showSlideShow()" class="optionCheckBox"/>
     271                    <script type="text/javascript">
     272                        <xsl:text disable-output-escaping="yes">
     273                            $(window).load(function()
     274                            {
     275                                $("#ssOption").attr("checked", false);
     276                            });
     277                        </xsl:text>
     278                    </script>
    271279                </li>
    272280           
Note: See TracChangeset for help on using the changeset viewer.