We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d41f3 commit c16e238Copy full SHA for c16e238
1 file changed
src/js/print.js
@@ -71,7 +71,7 @@ function loadIframeImages (images) {
71
const promises = []
72
73
for (let image of images) {
74
- promises.push(loadIframeImage(image))
+ if (image.src && image.src !== window.location.href) promises.push(loadIframeImage(image))
75
}
76
77
return Promise.all(promises)
0 commit comments