Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
crashmax-dev committed Nov 6, 2023
1 parent 54a960d commit 717947c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3238,8 +3238,6 @@
img.onload = function () {
img.onerror = null;
img.onload = null;
if (img.naturalWidth !== img.naturalHeight)
shared.ec.save(url, img.naturalWidth, img.naturalHeight);
};
img.onerror = function () {
img.onerror = null;
Expand Down Expand Up @@ -3398,7 +3396,7 @@
return {
rnd: $rnd,
doNextFrame: $doNextFrame,
mspf: $mspf,
mspf: $mspf
};
}();

Expand Down

0 comments on commit 717947c

Please sign in to comment.