Skip to content

Commit

Permalink
Deploying to demo from @ 240e834 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed May 15, 2024
1 parent 7e00d13 commit 5249408
Show file tree
Hide file tree
Showing 2 changed files with 545 additions and 543 deletions.
1,080 changes: 540 additions & 540 deletions assets/index-hSO8fisl.js → assets/index-CjhemOUt.js

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./niivue.css" />
<title>Niivue brain chop</title>
<script type="module" crossorigin src="./assets/index-hSO8fisl.js"></script>
<script type="module" crossorigin src="./assets/index-CjhemOUt.js"></script>
</head>

<body>
Expand All @@ -23,7 +23,9 @@
<select id="modelSelect">
</select>
&nbsp;
<button id="saveBtn">Save Overlay</button>
<button id="saveImgBtn">Save Overlay</button>
&nbsp;
<button id="saveSceneBtn">Save Scene</button>
&nbsp;
<label for="workerCheck">Use Webworker</label>
<input type="checkbox" title="webworkers are faster but not supported by all browsers" id="workerCheck" checked />
Expand All @@ -50,7 +52,7 @@
<option>slicer3D</option>
</select>
&nbsp;
<button id="diagnosticsBtn">Show Diagnostics</button>
<button id="diagnosticsBtn">Diagnostics</button>
&nbsp;
<button id="aboutBtn">About</button>
</header>
Expand Down

0 comments on commit 5249408

Please sign in to comment.