Skip to content

Commit

Permalink
Deploy to GitHub Pages 1f0f27a
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed May 20, 2024
1 parent 0055753 commit c17ec56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ <h3 class="text-center">Welcome to BioImage.IO Chatbot</h3>
`
// show mount button
workerManager.createWorker().then(async w => {
$('#mount-folder-btn').show();
if (window.showOpenFilePicker) $('#mount-folder-btn').show();
if (mountedFolder) {
await worker.mount("/mnt", mountedFolder);
$('#mount-folder-btn').text(`Mount Files (${mountedFolder.name})`);
Expand Down Expand Up @@ -1178,7 +1178,7 @@ <h3 class="text-center">Welcome to BioImage.IO Chatbot</h3>
}
});
$('.spinner').remove();
$('#mount-folder-btn').show();
if (window.showOpenFilePicker) $('#mount-folder-btn').show();
// empty termina first
$('#terminal').terminal(async function (command, term) {
if (command.trim() === "") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
"url": "/chat/imagej-js-extension.imjoy.html"
},
{
"revision": "9e82f0789a8fe8f4a9c6188124abede7",
"revision": "abc8ff6cfac879cc2ed28d950f1fbdec",
"url": "/chat/index.html"
},
{
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");

importScripts(
"/precache-manifest.8dc6173002d60d08d092b5ec4cd9dc4a.js"
"/precache-manifest.340b17c5257e5b969ebf0a62d772528b.js"
);

workbox.core.setCacheNameDetails({prefix: "bioimage"});
Expand Down

0 comments on commit c17ec56

Please sign in to comment.