Skip to content

Commit f45bc07

Browse files
committed
Update Picviewer CE+.user.js
1 parent ed44b39 commit f45bc07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9165,10 +9165,10 @@ Trace Moe | https://trace.moe/?url=#t#`;
91659165
this.buttons['magnifier'].style.display='none';
91669166
}
91679167
if (this.data.img.nodeName != 'IMG') {
9168-
this.buttons['gallery'].style.display = 'none';
9168+
//this.buttons['gallery'].style.display = 'none';
91699169
//this.buttons['current'].style.display = 'none';
91709170
} else {
9171-
this.buttons['gallery'].style.removeProperty('display');
9171+
//this.buttons['gallery'].style.removeProperty('display');
91729172
//this.buttons['current'].style.removeProperty('display');
91739173
}
91749174
},

0 commit comments

Comments
 (0)