Skip to content

Commit

Permalink
freeze embed-lib/components dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Bridget Almas committed Oct 21, 2019
1 parent 3cd1258 commit 5eed8e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alpheios_nemo_ui/data/templates/main/container.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<title>Alpheios Texts</title>
<link rel="icon" type="image/png" href="{{url_for('.secondary_assets', filetype='static', asset='logo.png')}}">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/alpheios-components@dev/dist/style/style-components.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/alpheios-components@1.4.1/dist/style/style-components.min.css" />
{% for filename, directory in assets["css"].items() %}
{% if directory %}<link rel="stylesheet" href="{{url_for('.secondary_assets', filetype='css', asset=filename)}}">
{% else %}<link rel="stylesheet" href="{{ filename }}">
Expand Down Expand Up @@ -68,9 +68,9 @@
{% endif %}

const embedProps = {
alpheiosEmbedJSURL: 'https://cdn.jsdelivr.net/npm/alpheios-embedded@dev/dist/alpheios-embedded.min.js',
alpheiosEmbedJSURL: 'https://cdn.jsdelivr.net/npm/alpheios-embedded@3.1.2/dist/alpheios-embedded.min.js',
alpheiosEmbedSupportJSURL: '/assets/nemo.secondary/js/alpheios-embed-support.js',
alpheiosComponentsJSURL: 'https://cdn.jsdelivr.net/npm/alpheios-components@dev/dist/alpheios-components.min.js',
alpheiosComponentsJSURL: 'https://cdn.jsdelivr.net/npm/alpheios-components@1.4.1/dist/alpheios-components.min.js',
clientProps: {
clientId:'alpheios-reader',
authEnv: serverEnv,
Expand Down

0 comments on commit 5eed8e3

Please sign in to comment.