Skip to content

Commit

Permalink
Merge pull request gdcc#74 from gdcc/HDF5_fix
Browse files Browse the repository at this point in the history
remove polyfill.io from HDF5 Preview
  • Loading branch information
qqmyers authored Jun 27, 2024
2 parents edafba9 + 2fb10bb commit 32864e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion previewers/betatest/HDF5Preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<title>H5Web</title>

<meta name="description" content="Web-based HDF5 file viewer." />
<script src="https://polyfill.io/v3/polyfill.min.js?features=globalThis"></script>
<script type="module" crossorigin src="./js/hdf5.js"></script>
<link rel="stylesheet" href="./css/hdf5.css">
</head>
Expand Down
1 change: 0 additions & 1 deletion previewers/v1.4/HDF5Preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<title>H5Web</title>

<meta name="description" content="Web-based HDF5 file viewer." />
<script src="https://polyfill.io/v3/polyfill.min.js?features=globalThis"></script>
<script type="module" crossorigin src="./js/hdf5.js"></script>
<link rel="stylesheet" href="./css/hdf5.css">
</head>
Expand Down

0 comments on commit 32864e5

Please sign in to comment.