Project

General

Profile

« Previous | Next » 

Revision ac31a390

Added by Andreas Kohlbecker almost 5 years ago

adding PESI as commented provider option

View differences:

modules/cdm_dataportal/js/utis-client/utis-client.js
12 12

  
13 13
  // Default options for the plugin as a simple object
14 14
  var defaults = {
15
    providers: {'bgbm-phycobank': 'PhycoBank', 'diatombase' : 'DiatomBase', 'worms': 'WoRMS'},
15
    providers: {
16
      'bgbm-phycobank': 'PhycoBank',
17
      'diatombase' : 'DiatomBase',
18
      'worms': 'WoRMS'
19
      //'pesi': 'PESI'
20
    },
16 21
    webserviceUrl : 'https://cybertaxonomy.eu/eu-bon/utis/1.3',
17 22
    // webserviceUrl : 'http://test.e-taxonomy.eu/eubon-utis',
18
    // webserviceUrl : 'http://localhost:8081/',
23
    //  webserviceUrl : 'http://localhost:8081/',
19 24
    pageSize: 20,
20 25
    spinnerIcon: null
21 26
  };

Also available in: Unified diff