Skip to content

Commit

Permalink
Explicitly set wait to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Jan 31, 2023
1 parent 68ee2f2 commit 992a046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<head>
<meta http-equiv="refresh" content="URL=https://idr.github.io/ome-ngff-samples" />
<meta http-equiv="refresh" content="0; URL=https://idr.github.io/ome-ngff-samples" />
</head>
<body>
<p>If you are not redirected, <a href="https://idr.github.io/ome-ngff-samples">click here</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion tools/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<head>
<meta http-equiv="refresh" content="URL=https://ome.github.io/ome-ngff-tools" />
<meta http-equiv="refresh" content="0; URL=https://ome.github.io/ome-ngff-tools" />
</head>
<body>
<p>If you are not redirected, <a href="https://ome.github.io/ome-ngff-tools">click here</a>.</p>
Expand Down

0 comments on commit 992a046

Please sign in to comment.