fix downvote spoiler regression

This commit is contained in:
byte[] 2020-09-11 21:30:04 -04:00
parent 5287cf0430
commit 7ca2c44a5e

View file

@ -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 => {