Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

app.constant('customUresolver', {
enabled: true, //required -- default is false
showCompact: false, //optional -- default is false
showRequestInViewIt: false, //optional -- default is false
requestShowOptions: false, //optional -- default is false
illURL: 'https://illiad.example.edu/illiad/illiad.dll', //required -- default is ''
locateURL: 'http://www.library.edu/primo-location-maps/{library_code}/{location_code}/{call_number}' //optional -- default is ''
});

hideRapido

To hide the Rapido tile when full-text is available add this to your local package:

app.value('hideRapido',{
enabled: true
});