We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current HTML template has a block which passes a few bits of information to javascript code:
<!-- variables passed through to javascript --> var lang = "en"; var content_lang = "en"; var vocab = "yso";
For the benefit of additional javascript code (e.g. widgets that perform lookups into bibliographic databases), we could also add:
uriSpace
The text was updated successfully, but these errors were encountered:
adding uri and uriSpace to the variables passed to javascript, relate…
e8dd913
…d to #438
293f489
No branches or pull requests
The current HTML template has a block which passes a few bits of information to javascript code:
For the benefit of additional javascript code (e.g. widgets that perform lookups into bibliographic databases), we could also add:
uriSpace
setting of current vocabularyThe text was updated successfully, but these errors were encountered: