Skip to content

Commit 63aa153

Browse files
committed
fix
1 parent 56d94ac commit 63aa153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3429,7 +3429,7 @@ padding-left:24px;">'+shareItem.name+'</span>');
34293429
return !(container.contains(img) || preloadContainer.contains(img));
34303430
});
34313431
imgs.forEach(function(img) {
3432-
var isrc=img.outerHTML.replace(/.*src="(.*?)".*/,"$1");
3432+
var isrc=img.getAttribute("src");
34333433
var nimg = new Image();
34343434
nimg.src = isrc;
34353435
nimg.onload=function(){

0 commit comments

Comments
 (0)