Skip to content

Commit 8f48271

Browse files
committed
v1.1.3
1 parent 23613bb commit 8f48271

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The images must be all in the same folder and have a consistent name with a nume
55

66
## Download
77

8-
[image-sequence-viewer.html](https://github.com/JaumeRibas/image-sequence-viewer/releases/download/v1.1.2/image-sequence-viewer.html)
8+
[image-sequence-viewer.html](https://github.com/JaumeRibas/image-sequence-viewer/releases/download/v1.1.3/image-sequence-viewer.html)
99

1010
## How to use
1111

image-sequence-viewer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<section id="viewer">
8787
<img id="img" src="" />
8888
</section>
89-
<footer>version: 1.1.2</footer>
89+
<footer>version: 1.1.3</footer>
9090
<script>
9191
const framePeriodMillis = 42;
9292
//global variables
@@ -185,7 +185,7 @@
185185
}, timeout);
186186
}
187187
};
188-
188+
189189
imgElement.onerror = function() {
190190
if (!playbackStopped) {
191191
log("error loading image at " + imgElement.getAttribute("src"));

0 commit comments

Comments
 (0)