Skip to content

Commit

Permalink
Deploy to GitHub Pages 72d8d67
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed May 20, 2024
1 parent 4d512d7 commit 0055753
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ <h3 class="text-center">Welcome to BioImage.IO Chatbot</h3>
info.classList.add("alert")
info.classList.add("alert-info")
info.role = "alert"
info.innerHTML = `<strong>Info:</strong> The code interpreter runs entirely in-browser. Mounted data stays in-browser, won't be uploaded to any server. Code execution results, like print messages, are sent to the chat server.`
info.innerHTML = `<strong>Info:</strong> The code interpreter runs entirely in-browser. Mounted data stays in-browser, won't be uploaded to any server. Code execution results, like print messages, are sent to the chat server. WARNING: Please ALWAYS keep a backup before mounting your data folder.`
$('#chat1 .chat-dialog-header').after(info)
}
$('#console-btn').show()
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": "fd89aa04e735b65371f03c5fea8c56b0",
"revision": "9e82f0789a8fe8f4a9c6188124abede7",
"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.8b595ea8d55755e839985a243a602fb0.js"
"/precache-manifest.8dc6173002d60d08d092b5ec4cd9dc4a.js"
);

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

0 comments on commit 0055753

Please sign in to comment.