Ignore:
Timestamp:
2012-10-11T10:44:59+13:00 (12 years ago)
Author:
sjm84
Message:

Hide the zoom option when the slideshow is on

File:
1 edited

Legend:

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

    r26297 r26302  
    13241324            $("#gs-slideshow").show();
    13251325        }
     1326       
     1327        if($("#zoomOptions").length)
     1328        {
     1329            $("#zoomOptions").hide();
     1330        }
    13261331    }
    13271332    else
     
    13321337        }
    13331338        $("#gs-document").show();
     1339       
     1340        if($("#zoomOptions").length)
     1341        {
     1342            $("#zoomOptions").show();
     1343        }
    13341344    }
    13351345}
Note: See TracChangeset for help on using the changeset viewer.