We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed44b39 commit f45bc07Copy full SHA for f45bc07
1 file changed
Picviewer CE+/Picviewer CE+.user.js
@@ -9165,10 +9165,10 @@ Trace Moe | https://trace.moe/?url=#t#`;
9165
this.buttons['magnifier'].style.display='none';
9166
}
9167
if (this.data.img.nodeName != 'IMG') {
9168
- this.buttons['gallery'].style.display = 'none';
+ //this.buttons['gallery'].style.display = 'none';
9169
//this.buttons['current'].style.display = 'none';
9170
} else {
9171
- this.buttons['gallery'].style.removeProperty('display');
+ //this.buttons['gallery'].style.removeProperty('display');
9172
//this.buttons['current'].style.removeProperty('display');
9173
9174
},
0 commit comments