Skip to content

Commit

Permalink
use minerva-browser@3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnhoffer committed May 10, 2023
1 parent 676ef5d commit 25794e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minerva-story/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<div id="minerva-browser" style="position: absolute; top: 0; left: 0; height: 100%; width: 100%;"> </div>
<script defer src="https://use.fontawesome.com/releases/v5.2.0/js/all.js" integrity="sha384-4oV5EgaV02iISL2ban6c/RmotsABqE4yZxZLcYMAdG7FAPsyHYAPpywE9PJo+Khy" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/minerva-browser@3.12.11/build/bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/minerva-browser@3.14.0/build/bundle.js"></script>
<script>
window.viewer = MinervaStory.default.build_page({
hideWelcome: true,
Expand Down
2 changes: 1 addition & 1 deletion src/save_exhibit_pyramid.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def json_to_html(exhibit):
' <body>\n'
' <div id="minerva-browser" style="position: absolute; top: 0; left: 0; height: 100%; width: 100%;"></div>\n'
' <script defer src="https://use.fontawesome.com/releases/v5.2.0/js/all.js" integrity="sha384-4oV5EgaV02iISL2ban6c/RmotsABqE4yZxZLcYMAdG7FAPsyHYAPpywE9PJo+Khy" crossorigin="anonymous"></script>\n'
' <script src="https://cdn.jsdelivr.net/npm/minerva-browser@3.2.7/build/bundle.js"></script>\n'
' <script src="https://cdn.jsdelivr.net/npm/minerva-browser@3.14.0/build/bundle.js"></script>\n'
' <script>\n'
' window.viewer = MinervaStory.default.build_page({\n'
f'exhibit: {exhibit},\n'
Expand Down

0 comments on commit 25794e1

Please sign in to comment.