Sefaria / Sefaria-Project

New Interfaces for Jewish Texts
https://www.sefaria.org
651 stars 264 forks source link

Linker 3 Corpus selection not working #1789

Closed staycreativedesign closed 6 months ago

staycreativedesign commented 6 months ago
    <script type="text/javascript" charset="utf-8" src="https://www.sefaria.org/linker.v3.js"></script>
    <script>
      sefaria.link({
        whitelistSelector: ".torah",
        versionPreferencesByCorpus: {
          Tanakh: {
            en: "The Koren Jerusalem Bible"
          },
        },
      });
    </script>

the link works but the tanakh version goes to The Contemporary Torah, JPS, 2006

Instead of selected Tanakh corpus

nsantacruz commented 6 months ago

I'm seeing this with the snippet of code above which is displaying the Koren text. What is the issue you're seeing?

Screenshot 2024-01-29 at 10 49 02
staycreativedesign commented 6 months ago

works now I guess cache? thank you!