We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1859d commit 8a9ec47Copy full SHA for 8a9ec47
pdf2htmlEX/share/pdf2htmlEX.js.in
@@ -343,10 +343,14 @@ Viewer.prototype = {
343
var image = images[i];
344
image.addEventListener('error', function() {
345
setTimeout(function() {
346
- image.src = image.src;
+ tmp = image.src;
347
+ image.src = '';
348
+ image.src = tmp;
349
}, 1000);
350
});
351
352
353
354
}
355
356
},
0 commit comments