COinS are not recognized by connector

I add on my page (www.ansorge.website) COinS data from my collection by using this code:

<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<div id="biblio"></div>
<div id="coins"></div>
<script>
$( "#biblio" ).load("https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=bib&itemType=-attachment&style=apa-cv&key=FyBV3cEsqkKhUKmDF3KqcXNy");
</script>
<script>
$( "#coins" ).load("https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=coins&itemType=-attachment&key=FyBV3cEsqkKhUKmDF3KqcXNy");
</script>

But Zotero Connector in Chrome does not recognize this COinS data. Translator in Firefox works correct.

This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.

Sign In or Register to comment.