Skip to content

Commit

Permalink
minerva-browser@3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnhoffer committed Oct 16, 2024
1 parent a18070f commit 4950e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/exhibit.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.19.6/build/bundle.js"></script>\n'
' <script src="https://cdn.jsdelivr.net/npm/minerva-browser@3.20.0/build/bundle.js"></script>\n'
' <script>\n'
' window.viewer = MinervaStory.default.build_page({\n'
f'exhibit: {exhibit},\n'
Expand Down
2 changes: 1 addition & 1 deletion src/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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.19.6/build/bundle.js"></script>\n'
' <script src="https://cdn.jsdelivr.net/npm/minerva-browser@3.20.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 4950e34

Please sign in to comment.