Project

General

Profile

« Previous | Next » 

Revision f1123fc1

Added by Andreas Kohlbecker about 2 years ago

worms license staement without parentheses

View differences:

modules/cdm_dataportal/js/utis-client/utis-client.js
123 123
          checkBoxesDiv.append($('<div style="font-size:small; color:#bbbbbb;">' + plugin.options.providers[key] + ' disabled due to unresolved potential copyright issues.</div>'))
124 124
        }
125 125
        if(  key == 'worms'){
126
          checkBoxesDiv.append($('<div style="font-size:small; color:#bbbbbb;">(WoRMS includes data from different databases. Please consider data sources, data citations, and licensing as given by WoRMS.)</div>'));
126
          checkBoxesDiv.append($('<div style="font-size:small; color:#bbbbbb;">WoRMS includes data from different databases. Please consider data sources, data citations, and licensing as given by WoRMS.</div>'));
127 127
        }
128 128

  
129 129
        checkboxesArray.push(checkbox);

Also available in: Unified diff