We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8034bd8 commit 354d72fCopy full SHA for 354d72f
1 file changed
pdf2htmlEX/share/pdf2htmlEX.js.in
@@ -348,12 +348,14 @@ Viewer.prototype = {
348
var tmp = image.src;
349
image.src = '';
350
image.src = tmp;
351
+ console.debug('image src reset to ' + tmp);
352
}, 1000);
353
});
354
console.debug('image reload');
355
356
357
358
359
}
360
361
},
0 commit comments