Ignore:
Timestamp:
2017-09-06T22:27:36+12:00 (7 years ago)
Author:
Georgiy Litvinov
Message:

Prevent downloading all images in collapsed image collections

File:
1 edited

Legend:

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

    r31748 r31938  
    5353    }
    5454   
    55     var url = gs.xsltParams.library_name + "/collection/" + gs.cgiParams.c + "/document/" + sectionID + "?hl=" + hl + "&p.s=TextQuery&ilt=" + template.replace(" ", "%20");
     55    var url = gs.xsltParams.library_name + "/collection/" + gs.cgiParams.c + "/document/" + sectionID + "?ed=1&hl=" + hl + "&p.s=TextQuery&ilt=" + template.replace(" ", "%20");
    5656   
    5757    $.ajax(url)
Note: See TracChangeset for help on using the changeset viewer.