Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrogers committed Apr 5, 2022
1 parent 9a9eaa4 commit e4df53b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cinema_explorer.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<script src='https://cinemascience.github.io/release/CinemaComponents.v2.7.1.min.js'></script>
<!-- vtk -->
<script type="text/javascript" src="https://unpkg.com/vtk.js"></script>
<!-- End: Cinema External Access Install -->
<!-- End: Cinema External Access Install -->

<!-- Import Viewer's CSS -->
<link rel='stylesheet' href='cinema/explorer/2.2/css/viewer.css'>
Expand Down
6 changes: 3 additions & 3 deletions cinema_simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<!--
<script src='cinema/lib/d3.v4.min.js'></script>
-->
<!-- End: Cinema Local File Install --->
<!-- Begin:Cinema External Access Install --->
<!-- End: Cinema Local File Install --->
<!-- Begin: Cinema External Access Install --->
<script src="https://d3js.org/d3.v4.min.js"></script>
<!-- End: Cinema External Access Install --->
<!-- End: Cinema External Access Install --->
</head>

<body>
Expand Down
8 changes: 4 additions & 4 deletions cinema_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<link rel="stylesheet" href="cinema/view/2.2/css/range-css.css">

<!-- Begin: Cinema Local File Install -->
<! --
<!--
<script src='cinema/lib/d3.v4.min.js'></script>
-->
<!-- End: Cinema Local File Install --->
<!-- Begin:Cinema External Access Install --->
<!-- End: Cinema Local File Install --->
<!-- Begin: Cinema External Access Install --->
<script src="https://d3js.org/d3.v4.min.js"></script>
<!-- End: Cinema External Access Install --->
<!-- End: Cinema External Access Install --->
</head>

<body>
Expand Down

0 comments on commit e4df53b

Please sign in to comment.