We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d976323 commit ee96655Copy full SHA for ee96655
1 file changed
javascripts/toggle-images.js
@@ -27,7 +27,7 @@ export default function () {
27
// Look for a cookie with image visibility preference; otherwise, use the default.
28
const hideImagesPreferred = (Cookies.get('hideImagesPreferred') === 'true') || hideImagesByDefault
29
30
- // Hide the image if that is the preference.
+ // Hide the images if that is the preference.
31
if (hideImagesPreferred) {
32
toggleImages(images, 'hide')
33
}
0 commit comments