biothings / mygene.info

MyGene.info: A BioThings API for gene annotations
http://mygene.info
Other
113 stars 20 forks source link

table of fields not rendering correctly in documentation #88

Closed andrewsu closed 3 years ago

andrewsu commented 3 years ago

At this link, https://docs.mygene.info/en/latest/doc/data.html#available-fields used to show a nice table that showed all available fields in dot notation. That for some reason is not rendering correctly.

image

That also seems to affect all the docs for all the biothings API instances: https://docs.myvariant.info/en/latest/doc/data.html#available-fields https://docs.mychem.info/en/latest/doc/data.html#available-fields

newgene commented 3 years ago

fixed in fc75bc85ff29c8d1c63c2d060912c4ab19572fa3 and 6ccb74773271b78ebae3fdb4e7ae261ab2850a85. Cross-origin JSONP ajax call was blocked by the browser now, switching to the regular ajax call fixed the issue.