We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be741e commit 5313dbaCopy full SHA for 5313dba
1 file changed
Picviewer CE+/Picviewer CE+.user.js
@@ -4032,6 +4032,8 @@
4032
});
4033
imgs.forEach(function(img) {
4034
var isrc=img.getAttribute("src");
4035
+ if(!isrc)return;
4036
+ isrc=self.canonicalUri(isrc);
4037
if (self._dataCache[isrc]) return;
4038
var nimg = new Image();
4039
nimg.src = isrc;
@@ -4107,6 +4109,8 @@
4107
4109
4108
4110
4111
4112
4113
4114
4115
4116
0 commit comments