Skip to content

Commit

Permalink
Merge pull request #307 from Mognom/fixFirefoxCatalogue
Browse files Browse the repository at this point in the history
Fix Firefox catalogue images not loading
  • Loading branch information
aarranz authored Oct 25, 2017
2 parents 0f8142d + b40ad88 commit b9a0443
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@

if (resource.image) {
image.onerror = onImageError;
image.src = resource.image;
setTimeout(() => {image.src = resource.image;});
} else {
setTimeout(onImageError.bind(null, {target: image}), 0);
}
Expand Down

0 comments on commit b9a0443

Please sign in to comment.