Skip to content

Commit 354d72f

Browse files
committed
more debug
1 parent 8034bd8 commit 354d72f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pdf2htmlEX/share/pdf2htmlEX.js.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,12 +348,14 @@ Viewer.prototype = {
348348
var tmp = image.src;
349349
image.src = '';
350350
image.src = tmp;
351+
console.debug('image src reset to ' + tmp);
351352
}, 1000);
352353
});
353354
console.debug('image reload');
354355
var tmp = image.src;
355356
image.src = '';
356357
image.src = tmp;
358+
console.debug('image src reset to ' + tmp);
357359
}
358360
}
359361
},

0 commit comments

Comments
 (0)