Skip to content

Commit

Permalink
fix SaveDataFlag invisible bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Mar 5, 2022
1 parent f051314 commit 34d9afa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mcxcloud/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
float:none;
}

.col-8{
.col-md-8{
display:none;
width: 100%;
padding: 0 4% 0 4%;
Expand Down Expand Up @@ -281,7 +281,7 @@

<section id="mcx1-title" class='current'>
<h1>MCX Cloud</h1>
<h4>Scalable, cloud-based GPU Monte Carlo photon simulator based on <a href="http://mcx.space" title="Monte Carlo eXtreme">MCX</a> and <a href="http://openjdata.org" title="OpenJData">JData</a>. See <a href="https://youtu.be/TnfmrO12jI0" title="Video tutorial">Tutorial 1</a>,<a href="https://youtu.be/RztC-uXMqkw" title="Sharing and reuse simulations">2</a> & <a href="https://www.biorxiv.org/content/10.1101/2021.06.28.450034v2">Preprint</a>.</h4>
<h4>Scalable, cloud-based GPU Monte Carlo photon simulator based on <a href="http://mcx.space" title="Monte Carlo eXtreme">MCX</a> and <a href="http://openjdata.org" title="OpenJData">JData</a>. See <a href="https://youtu.be/TnfmrO12jI0" title="Video tutorial">Tutorial 1</a>,<a href="https://youtu.be/RztC-uXMqkw" title="Sharing and reuse simulations">2</a> & <a href="https://doi.org/10.1117/1.JBO.27.8.083008">Full Paper</a>.</h4>
</p>
</section>

Expand Down Expand Up @@ -2158,7 +2158,7 @@ <h3>Backend</h3>
function showtab(event, name) {
$("#navbar").removeClass('bigtab');
$('#navbar a').removeClass('active');
$(".col-8").removeClass('active');
$(".col-md-8").removeClass('active');
$("#mcx1-"+name).addClass('active');
$("#site-navigation li").removeClass('active');
event.target.parentNode.classList.add('active');
Expand Down

0 comments on commit 34d9afa

Please sign in to comment.