Skip to content

Commit ee96655

Browse files
authored
Update javascripts/toggle-images.js
1 parent d976323 commit ee96655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascripts/toggle-images.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function () {
2727
// Look for a cookie with image visibility preference; otherwise, use the default.
2828
const hideImagesPreferred = (Cookies.get('hideImagesPreferred') === 'true') || hideImagesByDefault
2929

30-
// Hide the image if that is the preference.
30+
// Hide the images if that is the preference.
3131
if (hideImagesPreferred) {
3232
toggleImages(images, 'hide')
3333
}

0 commit comments

Comments
 (0)