mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
fix downvote spoiler regression
This commit is contained in:
parent
5287cf0430
commit
7ca2c44a5e
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ function loadInteractions() {
|
||||||
|
|
||||||
/* Next part is only for image index pages
|
/* Next part is only for image index pages
|
||||||
* TODO: find a better way to do this */
|
* TODO: find a better way to do this */
|
||||||
if (!document.getElementById('imagelist_container')) return;
|
if (!document.getElementById('imagelist-container')) return;
|
||||||
|
|
||||||
/* Users will blind downvote without this */
|
/* Users will blind downvote without this */
|
||||||
window.booru.imagesWithDownvotingDisabled.forEach(i => {
|
window.booru.imagesWithDownvotingDisabled.forEach(i => {
|
||||||
|
|
Loading…
Reference in a new issue