MapofLife / datasets

A datasets list and information view for Map of Life
https://mol.org/datasets/
MIT License
1 stars 2 forks source link

Maps not working on Firefox #67

Closed funkycoda closed 8 years ago

funkycoda commented 8 years ago

None of them it seems. Seem to throw an error for showLegend() function.

rafelafrance commented 8 years ago

This is a problem with the following statement which will go away with the redesign of the legend. document.styleSheets[0].addRule('.legend:before', 'content: "' + name + '";');

funkycoda commented 8 years ago

looks better