Changeset 36054


Ignore:
Timestamp:
2022-02-08T13:45:09+13:00 (2 years ago)
Author:
kjdon
Message:

the default link type for berry basket should be document - in general there will always be a greenstone doc. not all collectins have source documents

File:
1 edited

Legend:

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

    r33345 r36054  
    11// The default link type in the basket - "document" = greenstone version of the document, "source" = link to source file eg pdf.
    2 //var default_link_type = "document"; // "source" or "document"
    3 var default_link_type = "source";
     2var default_link_type = "document"; // "source" or "document"
    43// use the appropriate one of these to override the default for particular collections.
    54var source_link_collections = new Array(); // or add list of collections like ["pdfberry", "mgppdemo"];
Note: See TracChangeset for help on using the changeset viewer.