Ignore:
Timestamp:
2012-10-30T14:58:17+13:00 (11 years ago)
Author:
sjm84
Message:

Removed the checkbox to enable the slideshow, fixed an error with zooming and increased the zoom window size

File:
1 edited

Legend:

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

    r26401 r26408  
    147147                    if(text.search("wrap" + nodeID) != -1)
    148148                    {
    149                         gs.jqGet("zoomOptions").css("display", null);
    150                         gs.jqGet("pagedImageOptions").css("display", null);
     149                        $("#zoomOptions").css("display", "");
     150                        $("#pagedImageOptions").css("display", "");
    151151                    }
    152152                    getSubSectionsForSection(sectionID, function(sections)
     
    11971197function showSlideShow()
    11981198{
    1199     $("#ssOption").attr('checked', false);
    12001199    if(!($("#gs-slideshow").length))
    12011200    {
Note: See TracChangeset for help on using the changeset viewer.